Skip to content

Commit 949bb3d

Browse files
authored
Merge pull request #85173 from hamishknight/no-asan
[test] Avoid running crasher test cases on ASan
2 parents 0826d47 + 29e1fdd commit 949bb3d

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)