mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Reinstate ROService test now that rate limit issue has been addressed
This commit is contained in:
parent
2863fa9fe6
commit
472488d572
@ -74,10 +74,7 @@ func RunE2ETests(authConfig, certDir, host, repoRoot, provider string, orderseed
|
|||||||
}()
|
}()
|
||||||
|
|
||||||
tests := []testSpec{
|
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"},
|
{TestKubeletSendsEvent, "TestKubeletSendsEvent"},
|
||||||
{TestImportantURLs, "TestImportantURLs"},
|
{TestImportantURLs, "TestImportantURLs"},
|
||||||
{TestPodUpdate, "TestPodUpdate"},
|
{TestPodUpdate, "TestPodUpdate"},
|
||||||
|
Loading…
Reference in New Issue
Block a user