Unverified Commit f031c7d6 authored by James Rasell's avatar James Rasell Committed by GitHub
Browse files

Merge pull request #11976 from hashicorp/b-gh-11950-missed

e2e: moved missed volume test stop command to util helper.
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment