diff --git a/mlir/test/Integration/Dialect/SparseTensor/taco/lit.local.cfg b/mlir/test/Integration/Dialect/SparseTensor/taco/lit.local.cfg new file mode 100644 --- /dev/null +++ b/mlir/test/Integration/Dialect/SparseTensor/taco/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