diff --git a/mlir/test/Integration/Dialect/SparseTensor/python/lit.local.cfg b/mlir/test/Integration/Dialect/SparseTensor/python/lit.local.cfg new file mode 100644 --- /dev/null +++ b/mlir/test/Integration/Dialect/SparseTensor/python/lit.local.cfg @@ -0,0 +1,5 @@ +# Disable ASAN's leak detection for python OpsDSL tests. +config.environment['ASAN_OPTIONS'] = 'detect_leaks=0' +# Only run when python bindings are enabled. +if not config.enable_bindings_python: + config.unsupported = True diff --git a/mlir/test/python/dialects/sparse_tensor/test_SpMM.py b/mlir/test/Integration/Dialect/SparseTensor/python/test_SpMM.py rename from mlir/test/python/dialects/sparse_tensor/test_SpMM.py rename to mlir/test/Integration/Dialect/SparseTensor/python/test_SpMM.py