diff --git a/mlir/test/Integration/Dialect/SparseTensor/taco/lit.local.cfg b/mlir/test/Integration/Dialect/SparseTensor/taco/lit.local.cfg --- a/mlir/test/Integration/Dialect/SparseTensor/taco/lit.local.cfg +++ b/mlir/test/Integration/Dialect/SparseTensor/taco/lit.local.cfg @@ -1,4 +1,4 @@ -# Disable ASAN's leak detection for python OpsDSL tests. +# Disable ASAN's leak detection for python taco tests. config.environment['ASAN_OPTIONS'] = 'detect_leaks=0' # Only run when python bindings are enabled. if not config.enable_bindings_python: