Skip to content

Commit 29e1fdd

Browse files
committed
[test] Avoid running crasher test cases on ASan
1 parent ca0491a commit 29e1fdd

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
if "asserts" not in config.available_features:
22
config.unsupported = True
3+
if "asan" in config.available_features:
4+
config.unsupported = True
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
if "asserts" not in config.available_features:
22
config.unsupported = True
3+
if "asan" in config.available_features:
4+
config.unsupported = True

0 commit comments

Comments
 (0)