Skip to content

Commit b5c0049

Browse files
[TEST] Mark HW specific tests xfail
Signed-off-by: Whitney Tsang <[email protected]>
1 parent f5c83f1 commit b5c0049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/test/gluon/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def test_copy_kernel(layout, XBLOCK, device):
6969
torch.testing.assert_close(out, inp)
7070

7171

72-
@pytest.mark.skipif(not is_hopper_or_newer(), reason="Requires Hopper")
72+
@pytest.mark.xfail(not is_hopper_or_newer(), reason="Requires Hopper", run=False)
7373
def test_copy_kernel_multi_cta():
7474
XBLOCK = 2048
7575
layout = ttgl.BlockedLayout(size_per_thread=[8], threads_per_warp=[THREADS_PER_WARP], warps_per_cta=[8], order=[0],

0 commit comments

Comments
 (0)