Skip to content

Commit 8d220b9

Browse files
authored
[PROTON][UT] Skip test_api.py::test_state temporary (#5468)
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent abb8113 commit 8d220b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

third_party/proton/test/test_api.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,8 @@ def test_scope_exclusive(tmp_path: pathlib.Path):
330330

331331

332332
def test_state(tmp_path: pathlib.Path):
333+
if is_xpu():
334+
pytest.skip("https://github.com/intel/intel-xpu-backend-for-triton/issues/5447")
333335
temp_file = tmp_path / "test_state.hatchet"
334336
proton.start(str(temp_file.with_suffix("")))
335337
proton.enter_scope("test0")

0 commit comments

Comments
 (0)