Skip to content

Commit c0b2b45

Browse files
authored
Fix Heisenbug by skipping COO. (#813)
1 parent b7b2e67 commit c0b2b45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sparse/mlir_backend/tests/test_simple.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ def test_csf_format(dtype):
289289

290290

291291
@parametrize_dtypes
292+
@pytest.mark.skip(reason="https://github.com/llvm/llvm-project/issues/116012")
292293
def test_coo_3d_format(dtype):
293294
format = sparse.levels.get_storage_format(
294295
levels=(

0 commit comments

Comments
 (0)