Skip to content

Commit

Permalink
democluster: skip TestTransientClusterSimulateLatencies
Browse files Browse the repository at this point in the history
The test is encountering a KV issue when writing liveness records with
extra simulated latencies. Skipping.

Release note: None
  • Loading branch information
knz committed Mar 29, 2023
1 parent 6b5b16b commit 4266660
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/cli/democluster/demo_cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ func TestTransientClusterSimulateLatencies(t *testing.T) {
// has a very high simulated latency between each node.
skip.UnderRace(t)

skip.WithIssue(t, 99768, "flaky test")

demoCtx := newDemoCtx()
// Set up an empty 9-node cluster with simulated latencies.
demoCtx.SimulateLatency = true
Expand Down

0 comments on commit 4266660

Please sign in to comment.