xref: /llvm-project/mlir/test/Integration/Dialect/SparseTensor/python/lit.local.cfg (revision f9008e6366c2496b1ca1785b891d5578174ad63e)
1# Disable ASAN's leak detection for python OpsDSL tests.
2config.environment["ASAN_OPTIONS"] = "detect_leaks=0"
3# Only run when python bindings are enabled.
4if not config.enable_bindings_python:
5    config.unsupported = True
6