Skip to content

Commit 5fdd4b7

Browse files
committed
tests: disable Concurrency/Runtime/objc_async.swift because it crashes sometimes.
rdar://75783864
1 parent 8978dc8 commit 5fdd4b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Concurrency/Runtime/objc_async.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
// REQUIRES: concurrency
88
// REQUIRES: objc_interop
99

10+
// This test is flaky and crashes sometimes, mostly when testing with swift_test_mode_optimize.
11+
// REQUIRES: rdar75783864
12+
1013

1114
@main struct Main {
1215
static func main() async {

0 commit comments

Comments
 (0)