Skip to content

Commit 319df7d

Browse files
Merge pull request #10526 from rastogishubham/DisableASAN
Disable test on ASAN
2 parents 8ec8cfb + 9a52fa8 commit 319df7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/lang/swift/protocols/stepping_through_witness/TestSwiftSteppingThroughWitness.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66

77
@skipIf(oslist=["windows", "linux"])
8+
@skipIfAsan
89
class TestSwiftSteppingThroughWitness(TestBase):
910

1011
def setUp(self):

0 commit comments

Comments
 (0)