Skip to content

Commit c3d1f9c

Browse files
authored
test: Ignore test until engine fix merges (#8011)
1 parent dea9463 commit c3d1f9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rust/kcl-lib/src/simulation_tests.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3686,6 +3686,7 @@ mod user_reported_union_2_bug {
36863686
}
36873687

36883688
/// Test that KCL is executed correctly.
3689+
#[ignore]
36893690
#[tokio::test(flavor = "multi_thread")]
36903691
async fn kcl_test_execute() {
36913692
super::execute(TEST_NAME, false).await

0 commit comments

Comments
 (0)