mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 06:54:01 +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"))
|
||||
})
|
||||
|
||||
// Marked with [Flaky] until the tests prove themselves stable.
|
||||
framework.KubeDescribe("[Flaky] Granular Checks", func() {
|
||||
framework.KubeDescribe("Granular Checks", func() {
|
||||
|
||||
It("should function for pod communication on a single node", func() {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user