Skip to content

Commit aee0e59

Browse files
committed
Keep namespace in e2e test
1 parent b1f4fb6 commit aee0e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/network_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ func (n *NetworkTests) Run(t *testing.T) {
5252
require.NoError(t, err, "There must be no error while listing the kluster's nodes")
5353
require.NotEmpty(t, n.Nodes.Items, "No nodes returned by list")
5454

55-
defer t.Run("Cleanup", n.DeleteNamespace)
55+
//defer t.Run("Cleanup", n.DeleteNamespace)
5656
t.Run("CreateNamespace", n.CreateNamespace)
5757
t.Run("WaitNamespace", n.WaitForNamespace)
5858
n.CreatePods(t)

0 commit comments

Comments
 (0)