mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 01:06:27 +00:00
Remove flaky tag from e2e net granular
The tests are running reliably on every origin merge and can be verified similarly reliable on kube.
This commit is contained in:
parent
d3102a3d8a
commit
3a28868eb9
@ -213,8 +213,7 @@ var _ = framework.KubeDescribe("Networking", func() {
|
|||||||
Expect(string(body)).To(Equal("pass"))
|
Expect(string(body)).To(Equal("pass"))
|
||||||
})
|
})
|
||||||
|
|
||||||
// Marked with [Flaky] until the tests prove themselves stable.
|
framework.KubeDescribe("Granular Checks", func() {
|
||||||
framework.KubeDescribe("[Flaky] Granular Checks", func() {
|
|
||||||
|
|
||||||
It("should function for pod communication on a single node", func() {
|
It("should function for pod communication on a single node", func() {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user