Commit 3a28868e authored by Maru Newby's avatar Maru Newby

Remove flaky tag from e2e net granular

The tests are running reliably on every origin merge and can be verified similarly reliable on kube.
parent d3102a3d
......@@ -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() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment