mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-04 18:00:08 +00:00
Merge pull request #3699 from satnam6502/breakfix
Disable TestKubernetesROService e2e test
This commit is contained in:
commit
838dfde01f
@ -76,7 +76,10 @@ func RunE2ETests(authConfig, certDir, host, repoRoot, provider string, orderseed
|
|||||||
c := loadClientOrDie()
|
c := loadClientOrDie()
|
||||||
|
|
||||||
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