Skip to content

Commit 5e77415

Browse files
authored
Re-enable upgrade NFR test (#3482)
Problem: Due to the 2.0 architectural change, the upgrade test needed to be disabled. Solution: Re-enable this test now that upgrades work again post-2.0.
1 parent 3b1e64c commit 5e77415

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/suite/upgrade_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ var _ = Describe("Upgrade testing", Label("nfr", "upgrade"), func() {
9292
})
9393

9494
It("upgrades NGF with zero downtime", func() {
95-
Skip("Skipping test until version 2.1.0 since 2.0.0 is a breaking change")
9695
nginxImage := *nginxImageRepository
9796
if *plusEnabled {
9897
nginxImage = *nginxPlusImageRepository

0 commit comments

Comments
 (0)