Skip to content
This repository was archived by the owner on Jun 17, 2025. It is now read-only.

Commit e2a496a

Browse files
authored
test: enable upgrade test (#18)
Enabling the upgrade unit test now that first version has been released.
1 parent 509f47b commit e2a496a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/pr_test.go

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
)
1515

1616
// Use existing resource group
17-
const resourceGroup = "geretain-test-resources" //"geretain-test-enterprisedb"
17+
const resourceGroup = "geretain-test-enterprisedb"
1818

1919
// Restricting due to limited availability of BYOK in certain regions
2020
const regionSelectionPath = "../common-dev-assets/common-go-assets/icd-region-prefs.yaml"
@@ -67,9 +67,6 @@ func TestRunFSCloudExample(t *testing.T) {
6767
func TestRunUpgradeCompleteExample(t *testing.T) {
6868
t.Parallel()
6969

70-
// TODO: Remove this line after the first merge to primary branch is complete to enable upgrade test
71-
t.Skip("Skipping upgrade test until initial code is in primary branch")
72-
7370
// Generate a 10 char long random string for the admin_pass
7471
randomBytes := make([]byte, 10)
7572
_, err := rand.Read(randomBytes)

0 commit comments

Comments
 (0)