Skip test for now

Signed-off-by: Derek Collison <derek@nats.io>
This commit is contained in:
Derek Collison
2023-02-22 15:49:48 -08:00
parent adebb650d4
commit f16a7d8559

View File

@@ -6276,6 +6276,9 @@ func TestNoRaceJetStreamClusterConsumerInfoSpeed(t *testing.T) {
}
func TestNoRaceJetStreamKVAccountWithServerRestarts(t *testing.T) {
// Uncomment to run. Needs fast machine to not time out on KeyValue lookup.
skip(t)
c := createJetStreamClusterExplicit(t, "R3S", 3)
defer c.shutdown()