Skip to content

Commit 6dd67e0

Browse files
Update tests/e2e/serial/main_test.go
Co-authored-by: Watson Yuuma Sato <wsato@redhat.com>
1 parent 5e89f7d commit 6dd67e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/e2e/serial/main_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1953,7 +1953,8 @@ func TestConfigureNetworkPolicy(t *testing.T) {
19531953

19541954
err = f.AssertVariableExists(variableName, f.OperatorNamespace)
19551955
if err != nil {
1956-
t.Fatal(err)
1956+
t.Skip("Content doesn't have variable '%s' required for testing", variableName)
1957+
return
19571958
}
19581959

19591960
nsList := corev1.NamespaceList{}

0 commit comments

Comments
 (0)