From 4266660a8a306854c36ad62def0e4900df9441cd Mon Sep 17 00:00:00 2001 From: Raphael 'kena' Poss Date: Wed, 29 Mar 2023 22:35:23 +0200 Subject: [PATCH] democluster: skip TestTransientClusterSimulateLatencies The test is encountering a KV issue when writing liveness records with extra simulated latencies. Skipping. Release note: None --- pkg/cli/democluster/demo_cluster_test.go | 2 ++ 1 file changed, 2 insertions(+) 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