1*286248dbSwren romano# Disable ASAN's leak detection for python OpsDSL tests.
2*286248dbSwren romanoconfig.environment['ASAN_OPTIONS'] = 'detect_leaks=0'
3*286248dbSwren romano# Only run when python bindings are enabled.
4*286248dbSwren romanoif not config.enable_bindings_python:
5*286248dbSwren romano  config.unsupported = True
6