Skip to content

Commit 38e9f39

Browse files
authored
Temporarily disable distributed_actor_init_local.swift test because it's flaky (#39894)
1 parent 495b020 commit 38e9f39

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://84574311
1212
// UNSUPPORTED: OS=windows-msvc
1313

14+
// Disabled temporarily until we figure out why the test is flaky.
15+
// REQUIRES: rdar84586299
16+
1417
import _Distributed
1518

1619
enum MyError: Error {

0 commit comments

Comments
 (0)