1config.environment["ASAN_OPTIONS"] = "detect_leaks=0" 2if not config.enable_bindings_python: 3 config.unsupported = True 4config.excludes.add("python_test_ops.td") 5
1config.environment["ASAN_OPTIONS"] = "detect_leaks=0" 2if not config.enable_bindings_python: 3 config.unsupported = True 4config.excludes.add("python_test_ops.td") 5