diff --git a/tests/test_attention_ops.py b/tests/test_attention_ops.py index ec5eb12a4a..fdce50c566 100644 --- a/tests/test_attention_ops.py +++ b/tests/test_attention_ops.py @@ -369,7 +369,6 @@ def test_sdpa_legacy( gems_assert_close(gems_result, torch_result, dtype) -@pytest.mark.skipif(True, reason="something wrong here, disable it for temp") @pytest.mark.skipif(flag_gems.vendor_name == "metax", reason="TODOFIX") @pytest.mark.skipif(flag_gems.vendor_name == "hygon", reason="RuntimeError") @pytest.mark.skipif(flag_gems.vendor_name == "kunlunxin", reason="RESULT TODOFIX")