Skip to content

Commit 6e11611

Browse files
authored
Merge pull request swiftlang#39924 from artemcm/DisableDistributedActorInitLocal
Disable flaky `distributed_actor_init_local.swift` test
2 parents 14be9e7 + e961e40 commit 6e11611

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)