Label slow tests [Slow]

This commit is contained in:
Isaac Hollander McCreery
2015-12-20 11:00:00 -08:00
committed by Isaac Hollander McCreery
parent 4ca66d2aef
commit 14d9a0f2c8
7 changed files with 18 additions and 8 deletions

View File

@@ -71,7 +71,8 @@ var _ = Describe("KubeProxy", func() {
f: f,
}
It("should test kube-proxy", func() {
// Slow issue #14204 (10 min)
It("should test kube-proxy [Slow]", func() {
By("cleaning up any pre-existing namespaces used by this test")
config.cleanup()