Skip to content

Commit c02da20

Browse files
Jordan-Williams2Jordan-Williams2
authored andcommitted
SKIP UPGRADE TESTS
1 parent e73821d commit c02da20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pr_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ func TestRunStandardSolutionSchematics(t *testing.T) {
173173
func TestRunStandardUpgradeSolution(t *testing.T) {
174174
t.Parallel()
175175

176-
// Generate a 15 char long random string for the admin_pass
176+
// Generate a 15 char long random string for the admin_pass.
177177
randomBytes := make([]byte, 13)
178178
_, randErr := rand.Read(randomBytes)
179179
require.Nil(t, randErr) // do not proceed if we can't gen a random password

0 commit comments

Comments
 (0)