Skip to content

Commit 3eeee50

Browse files
committed
Skip full upgrade test suite
1 parent cc3c907 commit 3eeee50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/suite/upgrade_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626
// This test installs the latest released version of NGF, then upgrades to the edge version (or dev version).
2727
// During the upgrade, traffic is continuously sent to ensure no downtime.
2828
// 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() {
29+
var _ = PDescribe("Upgrade testing", Label("nfr", "upgrade"), func() {
3030
var (
3131
files = []string{
3232
"ngf-upgrade/cafe.yaml",

0 commit comments

Comments
 (0)