From 27cbc9f203a31e089e2fb778e98639d2565d66f0 Mon Sep 17 00:00:00 2001 From: Allan Liu Date: Thu, 4 Jul 2024 20:26:14 +0000 Subject: [PATCH] #9831: re-enable test --- .../python_api_testing/unit_testing/misc/test_ssm_prefix_scan.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/tt_eager/python_api_testing/unit_testing/misc/test_ssm_prefix_scan.py b/tests/tt_eager/python_api_testing/unit_testing/misc/test_ssm_prefix_scan.py index e0a3c715d45..ae206e27411 100644 --- a/tests/tt_eager/python_api_testing/unit_testing/misc/test_ssm_prefix_scan.py +++ b/tests/tt_eager/python_api_testing/unit_testing/misc/test_ssm_prefix_scan.py @@ -80,7 +80,6 @@ def test_ssm_prefix_scan(L: int, E: int, N: int, num_cores: int, dtype, device): @skip_for_grayskull("Grayskull not supported") def test_ssm_prefix_scan_with_program_cache(device, use_program_cache): - pytest.skip("Requires TT_METAL_CLEAR_L1=1 to pass") L, E, N = 32, 64, 32 num_cores = 1 dtype = ttl.tensor.DataType.BFLOAT8_B