mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-24 18:35:10 +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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user