Skip to content

Commit 47d3eee

Browse files
authored
Skip flaky test until we revisit it (#1008)
This is the single flaky test that keeps annoying us #945 We need to revisit it
1 parent 8055036 commit 47d3eee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tests/DistributedActorsTests/Cluster/ClusterLeaderActionsClusteredTests.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ final class ClusterLeaderActionsClusteredTests: ClusteredActorSystemsXCTestCase
2323
// MARK: leader decision: .joining -> .up
2424

2525
func test_singleLeader() async throws {
26+
throw XCTSkip("!!! Skipping known flaky test \(#function) !!!") // FIXME(distributed): revisit and fix https://github.com/apple/swift-distributed-actors/issues/945
27+
2628
let first = await setUpNode("first") { settings in
2729
settings.node.port = 7111
2830
settings.autoLeaderElection = .lowestReachable(minNumberOfMembers: 1)

0 commit comments

Comments
 (0)