Change Density test to avoid pulling image be the main factor

This commit is contained in:
Wojciech Tyczynski
2015-03-27 11:14:54 +01:00
parent 8d94c43e70
commit 467f400721
2 changed files with 17 additions and 7 deletions

View File

@@ -72,7 +72,7 @@ func RunE2ETests(kubeConfig, authConfig, certDir, host, repoRoot, provider strin
// Disable density test unless it's explicitly requested.
if config.GinkgoConfig.FocusString == "" && config.GinkgoConfig.SkipString == "" {
config.GinkgoConfig.SkipString = "Density"
config.GinkgoConfig.SkipString = "Skipped"
}
// TODO: Make orderseed work again.