Skip to content

Commit 3e1b60f

Browse files
committed
Fix xfail syntax.
1 parent 26d954c commit 3e1b60f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/turbine_models/tests/sdxl_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ def test03_ExportVaeModelDecode(self):
281281

282282
np.testing.assert_allclose(torch_output, turbine, rtol, atol)
283283

284-
@pytest.xfail(reason="NaN output on rocm, needs triage and file")
284+
@pytest.mark.xfail(reason="NaN output on rocm, needs triage and file")
285285
def test04_ExportVaeModelEncode(self):
286286
if arguments["device"] in ["cpu", "vulkan", "cuda", "rocm"]:
287287
self.skipTest(

0 commit comments

Comments
 (0)