Skip to content

Commit f784fa7

Browse files
[lldb] Disable TestExitDuringExpression on asan
This test is trying to exercise code running constructors with interrupts. While we should fix this, this is creating noise on the bots.
1 parent becd418 commit f784fa7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/functionalities/thread/exit_during_expression/TestExitDuringExpression.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
from lldbsuite.test.lldbtest import *
1010

1111

12+
@skipIfAsan
1213
class TestExitDuringExpression(TestBase):
1314
NO_DEBUG_INFO_TESTCASE = True
1415

0 commit comments

Comments
 (0)