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:
Maru Newby 2016-04-20 17:53:05 +00:00
parent d3102a3d8a
commit 3a28868eb9

View File

@ -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() {