mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +00:00
Merge pull request #3746 from satnam6502/roservice
Reinstate ROService test now that rate limit issue has been addressed
This commit is contained in:
commit
a56cd2867e
@ -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"},
|
||||
|
Loading…
Reference in New Issue
Block a user