Skip to content

Commit e961e40

Browse files
committed
Disable flaky distributed_actor_init_local.swift test.
Example failure: https://ci.swift.org/job/oss-swift-incremental-RA-macos-apple-silicon//1575/console
1 parent 14be9e7 commit e961e40

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Distributed/Runtime/distributed_actor_init_local.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
// FIXME(distributed): we need to revisit what's going on on windows with distributed actors rdar://83859906
1212
// UNSUPPORTED: OS=windows-msvc
1313

14+
// Flaky CI test
15+
// REQUIRES: radar84649015
16+
1417
import _Distributed
1518

1619
enum MyError: Error {

0 commit comments

Comments
 (0)