Update e2e/deployment/deployment.go
Co-Authored-By: Mahmood Ali <mahmood@notnoop.com>
This commit is contained in:
parent
7929ef28c7
commit
e027b9001b
|
@ -73,6 +73,7 @@ func (tc *DeploymentTest) AfterEach(f *framework.F) {
|
|||
for _, id := range tc.jobIds {
|
||||
jobs.Deregister(id, true, nil)
|
||||
}
|
||||
tc.jobIds = []string{}
|
||||
// Garbage collect
|
||||
nomadClient.System().GarbageCollect()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue