blob: cf04454dea6ef78ddcd6453db4bb38e6d047f2ec [file] [log] [blame]
# 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