Skip to content

Commit

Permalink
no more default stability test iterations (Azure#4095)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrancis authored and tariqibrahim committed Oct 24, 2018
1 parent e793192 commit b5572ec
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/e2e/kubernetes/kubernetes_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,6 @@ 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 b5572ec

Please sign in to comment.