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 cc3c907 commit 3eeee50Copy full SHA for 3eeee50
tests/suite/upgrade_test.go
@@ -26,7 +26,7 @@ import (
26
// This test installs the latest released version of NGF, then upgrades to the edge version (or dev version).
27
// During the upgrade, traffic is continuously sent to ensure no downtime.
28
// We also check that the leader election lease has been updated, and that Gateway updates are processed.
29
-var _ = Describe("Upgrade testing", Label("nfr", "upgrade"), func() {
+var _ = PDescribe("Upgrade testing", Label("nfr", "upgrade"), func() {
30
var (
31
files = []string{
32
"ngf-upgrade/cafe.yaml",
0 commit comments