Merge pull request #3746 from satnam6502/roservice

Reinstate ROService test now that rate limit issue has been addressed
This commit is contained in:
Filipe Brandenburger 2015-01-22 16:37:07 -08:00
commit a56cd2867e

View File

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