Skip to content

Commit

Permalink
Merge pull request #11976 from hashicorp/b-gh-11950-missed
Browse files Browse the repository at this point in the history
e2e: moved missed volume test stop command to util helper.
  • Loading branch information
jrasell committed Feb 2, 2022
2 parents 4d5bc23 + 228be20 commit f031c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/volumes/volumes.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func (tc *VolumesTest) TestVolumeMounts(f *framework.F) {
f.NoError(err, "could not exec into task: exec_task")
f.Equal(out, allocID+"\n", "alloc data is missing from exec_task")

_, err = e2e.Command("nomad", "job", "stop", jobID)
err = e2e.StopJob(jobID)
f.NoError(err, "could not stop job")

// modify the job so that we make sure it's placed back on the same host.
Expand Down

0 comments on commit f031c7d

Please sign in to comment.