Update mesh clone test (#6597)

This commit is contained in:
alteous
2025-05-15 17:46:37 +01:00
committed by GitHub
parent 21e967ea7f
commit 92fc294eae
9 changed files with 961 additions and 140 deletions

View File

@ -2748,7 +2748,6 @@ mod import_mesh_clone {
/// Test that KCL is executed correctly.
#[tokio::test(flavor = "multi_thread")]
#[ignore = "turn on when katie fixes the mesh import"]
async fn kcl_test_execute() {
super::execute(TEST_NAME, true).await
}