Skip to content

Commit

Permalink
Delete test-policy at user guide e2e tests (#669)
Browse files Browse the repository at this point in the history
Test that try to create the test fail will fail if it's not deleted at
all specs as teardown part.

Signed-off-by: Quique Llorente <[email protected]>
  • Loading branch information
qinqon authored Dec 21, 2020
1 parent cbce070 commit 8130868
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/handler/user_guide_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ var _ = Describe("[user-guide] Introduction", func() {
waitForAvailableTestPolicy()
setDesiredStateWithPolicyWithoutNodeSelector(TestPolicy, resetPrimaryAndSecondaryNICs())
waitForAvailableTestPolicy()
deletePolicy(TestPolicy)
}

runTroubleshooting := func() {
Expand Down

0 comments on commit 8130868

Please sign in to comment.