Skip to content

Commit

Permalink
TestBatchWithResources doesn't cleanup after itself
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Drobek authored and ryanemerson committed Oct 1, 2024
1 parent 53dfb89 commit e1eb70d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/e2e/batch/batch_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ func TestBatchFail(t *testing.T) {
}

func TestBatchWithResources(t *testing.T) {
t.Parallel()
defer testKube.CleanNamespaceAndLogOnPanic(t, tutils.Namespace)

infinispan := createCluster(t)
batchScript := batchString()
bcSpec := &v2.BatchContainerSpec{Memory: "1Gi:1Gi", CPU: "500m:500m"}
Expand Down

0 comments on commit e1eb70d

Please sign in to comment.