Skip to content

Commit 3c2e229

Browse files
authored
Skip Flaky ROCm Test in Integration Suite (#2691)
Add skip condition for flaky ROCm test in integration suite
1 parent eb3f4aa commit 3c2e229

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integration/test_integration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1058,6 +1058,7 @@ def test_int8_weight_only_quant_subclass_api(self, device, dtype):
10581058
@unittest.skipIf(
10591059
not TORCH_VERSION_AT_LEAST_2_4, "freeze requires torch 2.4 and after."
10601060
)
1061+
@skip_if_rocm("Test flaky on ROCm, under investigation")
10611062
def test_int8_weight_only_quant_with_freeze(self, device, dtype):
10621063
torch._dynamo.reset()
10631064
self._test_lin_weight_subclass_api_impl(

0 commit comments

Comments
 (0)