Skip to content

Commit

Permalink
Merge pull request #1613 from kubernetes-sigs/fix-e2e-test-failure
Browse files Browse the repository at this point in the history
test: fix e2e test failure
  • Loading branch information
andyzhangx authored Nov 29, 2023
2 parents d6d1efe + 53f7d11 commit e0eea9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ func checkAccountCreationLeak(ctx context.Context) {
framework.ExpectNoError(err, fmt.Sprintf("failed to GetAccountNumByResourceGroup(%s): %v", creds.ResourceGroup, err))
ginkgo.By(fmt.Sprintf("GetAccountNumByResourceGroup(%s) returns %d accounts", creds.ResourceGroup, accountNum))

accountLimitInTest := 13
accountLimitInTest := 15
framework.ExpectEqual(accountNum >= accountLimitInTest, false, fmt.Sprintf("current account num %d should not exceed %d", accountNum, accountLimitInTest))
}

Expand Down

0 comments on commit e0eea9b

Please sign in to comment.