From 01fe00e055c1989554727bfc637f06aebf6d170e Mon Sep 17 00:00:00 2001 From: chenyu Date: Tue, 23 Jul 2024 14:47:05 -0400 Subject: [PATCH] skip test_failure_39 in CI (#5660) took more than 2 minutes in ci metal, it's basically the same as test_failure_37 but 20X bigger --- test/test_linearizer_failures.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_linearizer_failures.py b/test/test_linearizer_failures.py index 34d8c7173038c..c41c150e2a584 100644 --- a/test/test_linearizer_failures.py +++ b/test/test_linearizer_failures.py @@ -324,6 +324,7 @@ def test_failure_38(self): for axis in [0,1,3,4]: opts = [Opt(op=OptOps.TC, axis=axis, amt=2)] helper_test_lin(Kernel(ast), opts=opts, failed_platforms=[]) + @unittest.skipIf(CI, "very slow, similar to test_failure_37") def test_failure_39(self): # beautiful mnist kernel number 127: 6 possible TC axis_choices (3 for axis_buf1 and 2 reduce) and all fail # fuzz: PYTHONPATH=. METAL=1 FUZZ_ALL_ACTIONS=1 DEPTH=1 FUZZ_NTH=127 DEBUG=2 python3 ./test/external/fuzz_linearizer.py --logfile /tmp/beautiful_mnist.kernels.txt