From c2632f2b7242b4d0e243dd1fc3215102d2bc1959 Mon Sep 17 00:00:00 2001 From: Xavier Routh <xrouth2@illinois.edu> Date: Wed, 29 Jan 2025 22:15:01 -0600 Subject: [PATCH] ignore bad test --- hercules_test/hercules_tests/tests/loop_tests.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/hercules_test/hercules_tests/tests/loop_tests.rs b/hercules_test/hercules_tests/tests/loop_tests.rs index fd49da2a..2406360c 100644 --- a/hercules_test/hercules_tests/tests/loop_tests.rs +++ b/hercules_test/hercules_tests/tests/loop_tests.rs @@ -407,6 +407,7 @@ fn look_at_local() { println!("result: {:?}", result_2); } #[test] +#[ignore] fn matmul_pipeline() { let len = 1; -- GitLab