Disable TestKubernetesROService e2e test
This commit is contained in:
@@ -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"},
|
||||
|
Reference in New Issue
Block a user