Skip to content

Commit

Permalink
Commented iterations for TestRepeatedInstallUninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
pazone committed Dec 19, 2024
1 parent a1b5b95 commit 1f36bcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testing/integration/install_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,7 @@ func TestRepeatedInstallUninstallFleet(t *testing.T) {
}

func iterations() int {
// If running in CI, reduce the number of iterations to speed up the test.
if os.Getenv("BUILDKITE_PULL_REQUEST") != "" {
return 50
}
Expand Down

0 comments on commit 1f36bcd

Please sign in to comment.