Reinstate ROService test now that rate limit issue has been addressed

This commit is contained in:
Satnam Singh 2015-01-22 16:29:55 -08:00
parent 2863fa9fe6
commit 472488d572

View File

@ -74,10 +74,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"},