Skip to content

Commit 760d95d

Browse files
committed
Skip failing test.
1 parent 0b732c8 commit 760d95d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_cuda.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,6 +1136,7 @@ def test_scatter_cpu_sizes(self):
11361136
def test_scatter_gpu(self):
11371137
self._test_scatter(torch.randn(4, 4).cuda(), dim=0)
11381138

1139+
@skipIfRocm
11391140
def test_scatter_gpu_dim(self):
11401141
self._test_scatter(torch.randn(4, 4).cuda(), dim=1)
11411142

0 commit comments

Comments
 (0)