From ab5ff3c6515a30007a9e95fb1c0f92a0892a296e Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Fri, 6 Jan 2023 08:52:37 -0600 Subject: [PATCH] e2e: disable disconnected clients test(s) (#15703) The e2e suite is not in good shape right now; let's disable the tests that modify agent / node state until we can get things working again. Also the one DC test that was enabled still doesn't work anyway. --- e2e/disconnectedclients/disconnectedclients_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/e2e/disconnectedclients/disconnectedclients_test.go b/e2e/disconnectedclients/disconnectedclients_test.go index 16e224c83..2da43773c 100644 --- a/e2e/disconnectedclients/disconnectedclients_test.go +++ b/e2e/disconnectedclients/disconnectedclients_test.go @@ -26,6 +26,7 @@ type expectedAllocStatus struct { } func TestDisconnectedClients(t *testing.T) { + t.Skip("disconnected clients tests disabled for now") nomad := e2eutil.NomadClient(t) e2eutil.WaitForLeader(t, nomad)