Skip to content

Commit

Permalink
Revert "no more default stability test iterations (Azure#4095)"
Browse files Browse the repository at this point in the history
This reverts commit 98ada9c.
  • Loading branch information
Patrick Lang committed Nov 14, 2018
1 parent 32db97e commit f62beff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/e2e/kubernetes/kubernetes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ var _ = BeforeSuite(func() {
masterSSHPort = "22"
}
masterSSHPrivateKeyFilepath = cfg.GetSSHKeyPath()
if cfg.StabilityIterations == 0 && !eng.HasWindowsAgents() {
cfg.StabilityIterations = 10
}
longRunningApacheDeploymentName = "php-apache-long-running"
})

Expand Down

0 comments on commit f62beff

Please sign in to comment.