diff --git a/pkg/cli/democluster/demo_cluster_test.go b/pkg/cli/democluster/demo_cluster_test.go index 5260a99415af..879a8dda4ba8 100644 --- a/pkg/cli/democluster/demo_cluster_test.go +++ b/pkg/cli/democluster/demo_cluster_test.go @@ -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