Ignore test that stack overflows (#1282)

Execution plans will eventually fix this bug.
This commit is contained in:
Adam Chalmers
2024-01-09 14:58:31 -06:00
committed by GitHub
parent a3649d09c0
commit ca08f5b337

View File

@ -237,6 +237,7 @@ async fn serial_test_execute_cylinder() {
}
#[tokio::test(flavor = "multi_thread")]
#[ignore = "currently stack overflows"]
async fn serial_test_execute_kittycad_svg() {
let code = include_str!("inputs/kittycad_svg.kcl");