diff --git a/tests/e2e/postgresql/00-assert.yaml b/tests/e2e/postgresql/00-assert.yaml index 748a41d68..883957add 100644 --- a/tests/e2e/postgresql/00-assert.yaml +++ b/tests/e2e/postgresql/00-assert.yaml @@ -39,9 +39,6 @@ status: localCAConditions: - status: "True" - status: "True" - networkPolicyConditions: - - status: "True" - - status: "True" objectBackupConfigConditions: - status: "True" - status: "True" diff --git a/tests/tests.mk b/tests/tests.mk index 7e1c40ec2..5077ce304 100644 --- a/tests/tests.mk +++ b/tests/tests.mk @@ -20,7 +20,7 @@ e2e-test: $(kuttl_bin) ## Run e2e tests # kuttl leaves kubeconfig garbage: https://github.com/kudobuilder/kuttl/issues/297 .PHONY: .run-single-e2e -run-single-e2e: +run-single-e2e: $(kuttl_bin) @kubectl create namespace appcat-e2e || true GOBIN=$(go_bin) $(kuttl_bin) test ./tests/e2e --config ./tests/e2e/kuttl-test.yaml --suppress-log=Events --test $(test) @rm -f kubeconfig