mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 21:17:23 +00:00
Merge pull request #24541 from marun/net-e2e-remove-flaky
Automatic merge from submit-queue Remove flaky tag from e2e net granular The tests are running reliably on every origin merge and can be verified similarly reliable on kube. As per @jayunit100 on slack/sig-testing: ./cluster/kubectl.sh 2>&1 | grep Passed | grep Failed ; done SUCCESS! -- 2 Passed | 0 Failed | 0 Pending | 275 Skipped PASS SUCCESS! -- 2 Passed | 0 Failed | 0 Pending | 275 Skipped PASS SUCCESS! -- 2 Passed | 0 Failed | 0 Pending | 275 Skipped PASS SUCCESS! -- 2 Passed | 0 Failed | 0 Pending | 275 Skipped PASS SUCCESS! -- 2 Passed | 0 Failed | 0 Pending | 275 Skipped PASS SUCCESS! -- 2 Passed | 0 Failed | 0 Pending | 275 Skipped PASS SUCCESS! -- 2 Passed | 0 Failed | 0 Pending | 275 Skipped PASS SUCCESS! -- 2 Passed | 0 Failed | 0 Pending | 275 Skipped PASS
This commit is contained in:
commit
759f11bd4c
@ -213,8 +213,7 @@ var _ = framework.KubeDescribe("Networking", func() {
|
||||
Expect(string(body)).To(Equal("pass"))
|
||||
})
|
||||
|
||||
// Marked with [Flaky] until the tests prove themselves stable.
|
||||
framework.KubeDescribe("[Flaky] Granular Checks", func() {
|
||||
framework.KubeDescribe("Granular Checks", func() {
|
||||
|
||||
connectivityTimeout := 10
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user