Merge pull request #3699 from satnam6502/breakfix

Disable TestKubernetesROService e2e test
This commit is contained in:
Brian Grant 2015-01-21 15:40:21 -08:00
commit 838dfde01f

View File

@ -76,7 +76,10 @@ func RunE2ETests(authConfig, certDir, host, repoRoot, provider string, orderseed
c := loadClientOrDie()
tests := []testSpec{
{TestKubernetesROService, "TestKubernetesROService"},
/* Disable TestKubernetesROService due to rate limiter issues.
TODO: Add this test back when rate limiting is working properly.
{TestKubernetesROService, "TestKubernetesROService"},
*/
{TestKubeletSendsEvent, "TestKubeletSendsEvent"},
{TestImportantURLs, "TestImportantURLs"},
{TestPodUpdate, "TestPodUpdate"},