From c0746f40959204ecad700e5e7a074de1080f002b Mon Sep 17 00:00:00 2001 From: Craig MacKenzie Date: Fri, 17 May 2024 14:41:21 -0400 Subject: [PATCH] Remove pinning to 8.14.0. (#4757) --- .package-version | 2 +- testing/integration/upgrade_broken_package_test.go | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.package-version b/.package-version index 68163fed754..f33021026aa 100644 --- a/.package-version +++ b/.package-version @@ -1 +1 @@ -8.14.0 \ No newline at end of file +8.15.0 diff --git a/testing/integration/upgrade_broken_package_test.go b/testing/integration/upgrade_broken_package_test.go index c63786dd0e2..964989465f3 100644 --- a/testing/integration/upgrade_broken_package_test.go +++ b/testing/integration/upgrade_broken_package_test.go @@ -32,8 +32,6 @@ func TestUpgradeBrokenPackageVersion(t *testing.T) { Sudo: true, // requires Agent installation }) - t.Skip("Skip until the first 8.15.0-SNAPSHOT is available") - ctx, cancel := testcontext.WithDeadline(t, context.Background(), time.Now().Add(10*time.Minute)) defer cancel()