Skip to content

Commit 0a11fae

Browse files
Test update
1 parent 2015127 commit 0a11fae

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_functional.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -893,6 +893,7 @@ def test_spmm_coo_very_sparse(self, dim1, dim2, dtype, out_func):
893893

894894
@pytest.mark.parametrize("dim1", [256, 1024], ids=id_formatter("dim1"))
895895
@pytest.mark.parametrize("dim2", [256, 1024], ids=id_formatter("dim2"))
896+
@pytest.skip("No longer supported")
896897
def test_integrated_sparse_decomp(self, dim1, dim2):
897898
threshold = 3.0
898899
for _ in range(k):

0 commit comments

Comments
 (0)