Skip to content

Commit 794afba

Browse files
authored
Merge pull request #36320 from CodaFi/coronado
Disable Test That Trips Coro Split Assert on Linux
2 parents 4673e34 + 93569a2 commit 794afba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Concurrency/Runtime/async_properties_actor.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// REQUIRES: executable_test
44
// REQUIRES: concurrency
55
// REQUIRES: libdispatch
6+
// REQUIRES: rdar75104136
67

78
@propertyWrapper
89
struct SuccessTracker {
@@ -170,4 +171,4 @@ var expectedResult : Bool {
170171
// CHECK: done all testing
171172
print("done all testing")
172173
}
173-
}
174+
}

0 commit comments

Comments
 (0)