Skip to content

Commit

Permalink
e2e: skip connect test that does a restart of nomad agent (#19316)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoenig authored Dec 5, 2023
1 parent 35ccb7e commit 87e7bf4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e/connect/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ func (tc *ConnectClientStateE2ETest) AfterEach(f *framework.F) {
func (tc *ConnectClientStateE2ETest) TestClientRestart(f *framework.F) {
t := f.T()

t.Skip("skipping test that does nomad agent restart")

jobID := "connect" + uuid.Generate()[0:8]
tc.jobIDs = append(tc.jobIDs, jobID)
client := tc.Nomad()
Expand Down

0 comments on commit 87e7bf4

Please sign in to comment.