Skip to content

Commit c4bd40b

Browse files
address review [skip ci]
Co-authored-by: Guido Imperiale <crusaderky@gmail.com>
1 parent 3600000 commit c4bd40b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scipy/cluster/tests/test_vq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ def test_kmeans2_init(self, xp):
351351
def krand_lock(self):
352352
return Lock()
353353

354-
@skip_xp_backends('dask.array', reason="Wrong answer")
354+
@xfail_xp_backends('dask.array', reason="Wrong answer")
355355
@pytest.mark.skipif(sys.platform == 'win32',
356356
reason='Fails with MemoryError in Wine.')
357357
def test_krandinit(self, xp, krand_lock):

0 commit comments

Comments
 (0)