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()