Skip to content

Commit d28bd9a

Browse files
authored
Merge pull request #70844 from tshortli/disable-flow-isolation-test
Disable Concurrency/flow_isolation.swift.
2 parents ac465ea + ed6322c commit d28bd9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/Concurrency/flow_isolation.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// RUN: %target-swift-frontend -strict-concurrency=complete -swift-version 5 -parse-as-library -emit-sil -verify %s -enable-experimental-feature RegionBasedIsolation
33

44
// REQUIRES: asserts
5+
// REQUIRES: rdar120849093
56

67
func randomBool() -> Bool { return false }
78
func logTransaction(_ i: Int) {}

0 commit comments

Comments
 (0)