diff --git a/tests/tt_eager/python_api_testing/unit_testing/misc/test_matmul_1d_2d.py b/tests/tt_eager/python_api_testing/unit_testing/misc/test_matmul_1d_2d.py index 29b49d298e8..53e76f3e5f0 100644 --- a/tests/tt_eager/python_api_testing/unit_testing/misc/test_matmul_1d_2d.py +++ b/tests/tt_eager/python_api_testing/unit_testing/misc/test_matmul_1d_2d.py @@ -14,6 +14,7 @@ ) +@skip_for_wormhole_b0() @pytest.mark.skipif(is_grayskull(), reason="GS does not support fp32") @pytest.mark.parametrize("has_bias", [False], ids=["no_bias"]) @pytest.mark.parametrize( @@ -343,6 +344,7 @@ def test_multi_core_matmul_2d_wh( assert passing +@skip_for_wormhole_b0() @pytest.mark.skipif(is_grayskull(), reason="GS does not support fp32") @pytest.mark.parametrize("has_bias", [False], ids=["no_bias"]) @pytest.mark.parametrize(