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:
parent
fc08eb9e12
commit
0b98441025
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue