Skip to content

Commit 5e3e0b0

Browse files
authored
Merge pull request swiftlang#64537 from ktoso/wip-disable-availability-test
[CI] disable actor_availability test on ios
2 parents 347114b + 11decb0 commit 5e3e0b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/ModuleInterface/actor_availability.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77

88
// REQUIRES: VENDOR=apple
99

10+
// FIXME: rdar://107052715 temporarily disabled the test; fails on ios simulator
11+
// UNSUPPORTED: OS=ios
12+
1013
// CHECK: #if compiler(>=5.3) && $Actors
1114
// CHECK-NEXT: public actor ActorWithImplicitAvailability {
1215
public actor ActorWithImplicitAvailability {

0 commit comments

Comments
 (0)