Skip to content

Commit

Permalink
Merge pull request cockroachdb#99978 from knz/20230329-skip-demo-latency
Browse files Browse the repository at this point in the history
Merging as per cockroachlabs.atlassian.net/browse/CREQ-839
  • Loading branch information
knz authored Mar 29, 2023
2 parents 6b5b16b + 4266660 commit f9930fb
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 f9930fb

Please sign in to comment.