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,4 @@ +config.environment['ASAN_OPTIONS'] = 'detect_leaks=0' +if not config.enable_bindings_python: + config.unsupported = True +config.excludes.add('python_test_ops.td') 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