We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1f4fb6 commit aee0e59Copy full SHA for aee0e59
test/e2e/network_test.go
@@ -52,7 +52,7 @@ func (n *NetworkTests) Run(t *testing.T) {
52
require.NoError(t, err, "There must be no error while listing the kluster's nodes")
53
require.NotEmpty(t, n.Nodes.Items, "No nodes returned by list")
54
55
- defer t.Run("Cleanup", n.DeleteNamespace)
+ //defer t.Run("Cleanup", n.DeleteNamespace)
56
t.Run("CreateNamespace", n.CreateNamespace)
57
t.Run("WaitNamespace", n.WaitForNamespace)
58
n.CreatePods(t)
0 commit comments