Disable TestKubernetesROService e2e test

This commit is contained in:
Satnam Singh 2015-01-21 15:22:08 -08:00
parent 621e7037ae
commit 0beb6a2a33

View File

@ -76,7 +76,10 @@ func RunE2ETests(authConfig, certDir, host, repoRoot, provider string, orderseed
c := loadClientOrDie() c := loadClientOrDie()
tests := []testSpec{ 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"}, {TestKubeletSendsEvent, "TestKubeletSendsEvent"},
{TestImportantURLs, "TestImportantURLs"}, {TestImportantURLs, "TestImportantURLs"},
{TestPodUpdate, "TestPodUpdate"}, {TestPodUpdate, "TestPodUpdate"},