Skip to content

Commit 8e2e33b

Browse files
authored
Merge pull request #10034 from adrian-prantl/disable-asan-15.2
Temporarily disable test on macOS 15.2 to unblock CI
2 parents 0662e25 + 0646298 commit 8e2e33b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/functionalities/asan/swift/TestAsanSwift.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ class AsanSwiftTestCase(lldbtest.TestBase):
2828
@swiftTest
2929
@skipIfLinux
3030
@skipUnlessSwiftAddressSanitizer
31+
@skipIf(macos_version=["<", "15.3"])
3132
def test_asan_swift(self):
3233
self.build(make_targets=["asan"])
3334
self.do_test_asan()

0 commit comments

Comments
 (0)