From d61896ef353ba5e79ff494f0ae45b182170916ca Mon Sep 17 00:00:00 2001 From: Almeet Bhullar Date: Fri, 18 Oct 2024 01:01:01 +0000 Subject: [PATCH] #12349: Disable mismatching transpose test on BH --- .../python_api_testing/unit_testing/misc/test_transpose.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/tt_eager/python_api_testing/unit_testing/misc/test_transpose.py b/tests/tt_eager/python_api_testing/unit_testing/misc/test_transpose.py index a0ef03a6dea..7ee7809fbb8 100644 --- a/tests/tt_eager/python_api_testing/unit_testing/misc/test_transpose.py +++ b/tests/tt_eager/python_api_testing/unit_testing/misc/test_transpose.py @@ -610,6 +610,7 @@ def test_tranpose_hc_sharded_with_program_cache(device, n, c, h, w, grid_size, u assert device.num_program_cache_entries() == 3 +@skip_for_blackhole("Mismatching on BH, see #12349") @pytest.mark.parametrize( "shape, swap_dims", [