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.
This commit is contained in:
Seth Hoenig 2023-01-06 08:52:37 -06:00 committed by GitHub
parent fc08eb9e12
commit 0b98441025
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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)