Skip to content

Commit 8e1dcb4

Browse files
authored
Merge pull request #37393 from jckarter/disable-flaky-objc-async-test
Disable flaky test/Concurrency/Runtime/objc_async.swift test.
2 parents c305b57 + 74736c7 commit 8e1dcb4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/Concurrency/Runtime/objc_async.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
// UNSUPPORTED: use_os_stdlib
1212
// UNSUPPORTED: back_deployment_runtime
1313

14+
// Disable this test because it's flaky without a proper way to make the main
15+
// Swift task await a background queue.
16+
// REQUIRES: rdar77934626
17+
1418
func buttTest() async {
1519
let butt = Butt()
1620
let result = await butt.butt(1738)

0 commit comments

Comments
 (0)