We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c305b57 + 74736c7 commit 8e1dcb4Copy full SHA for 8e1dcb4
test/Concurrency/Runtime/objc_async.swift
@@ -11,6 +11,10 @@
11
// UNSUPPORTED: use_os_stdlib
12
// UNSUPPORTED: back_deployment_runtime
13
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
+
18
func buttTest() async {
19
let butt = Butt()
20
let result = await butt.butt(1738)
0 commit comments