Skip to content

Commit c5ea87e

Browse files
Merge pull request #9500 from felipepiovezan/felipe/skip_asan_cancelattach
[lldb] Skip TestCancelAttach on asan bots
2 parents ae1e660 + c6184e2 commit c5ea87e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lldb/test/API/python_api/process/cancel_attach/TestCancelAttach.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
import lldbsuite.test.lldbutil
1212

1313

14+
# This test seems too sensitive to timing.
15+
@skipIfAsan
1416
class AttachCancelTestCase(TestBase):
1517
NO_DEBUG_INFO_TESTCASE = True
1618

0 commit comments

Comments
 (0)