Skip to content

Commit b5d47b7

Browse files
authored
Merge pull request #69075 from kavon/disable-flaky-on-5.10
Disable flaky test on 5.10
2 parents b691b8d + 0fad03a commit b5d47b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Concurrency/Runtime/executor_deinit1.swift

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
// REQUIRES: concurrency_runtime
77
// UNSUPPORTED: back_deployment_runtime
88

9+
// REQUIRES: rdar114644156
10+
911
// doesn't matter that it's bool identity function or not
1012
func boolIdentityFn(_ x : Bool) -> Bool { return x }
1113

0 commit comments

Comments
 (0)