mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 08:17:26 +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{
|
tests := []testSpec{
|
||||||
/* Disable TestKubernetesROService due to rate limiter issues.
|
{TestKubernetesROService, "TestKubernetesROService"},
|
||||||
TODO: Add this test back when rate limiting is working properly.
|
|
||||||
{TestKubernetesROService, "TestKubernetesROService"},
|
|
||||||
*/
|
|
||||||
{TestKubeletSendsEvent, "TestKubeletSendsEvent"},
|
{TestKubeletSendsEvent, "TestKubeletSendsEvent"},
|
||||||
{TestImportantURLs, "TestImportantURLs"},
|
{TestImportantURLs, "TestImportantURLs"},
|
||||||
{TestPodUpdate, "TestPodUpdate"},
|
{TestPodUpdate, "TestPodUpdate"},
|
||||||
|
Loading…
Reference in New Issue
Block a user