From f52274e6f727a3b8e1e2f9d98ab2c3b088f87176 Mon Sep 17 00:00:00 2001 From: Saylor Berman Date: Mon, 9 Jun 2025 09:55:39 -0600 Subject: [PATCH] Re-enable upgrade NFR test 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. --- tests/suite/upgrade_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/suite/upgrade_test.go b/tests/suite/upgrade_test.go index f327817129..332574b87b 100644 --- a/tests/suite/upgrade_test.go +++ b/tests/suite/upgrade_test.go @@ -92,7 +92,6 @@ var _ = Describe("Upgrade testing", Label("nfr", "upgrade"), func() { }) It("upgrades NGF with zero downtime", func() { - Skip("Skipping test until version 2.1.0 since 2.0.0 is a breaking change") nginxImage := *nginxImageRepository if *plusEnabled { nginxImage = *nginxPlusImageRepository