From 6864cbb526d9e4275b4df2318a5b6f79a37c558f Mon Sep 17 00:00:00 2001 From: Josh Hoak Date: Thu, 1 Sep 2016 16:25:33 -0700 Subject: [PATCH] Skip hazelcast. --- test/e2e/examples.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/e2e/examples.go b/test/e2e/examples.go index fd0c64aa079..058edb7b774 100644 --- a/test/e2e/examples.go +++ b/test/e2e/examples.go @@ -439,6 +439,8 @@ var _ = framework.KubeDescribe("[Feature:Example]", func() { framework.KubeDescribe("Hazelcast", func() { It("should create and scale hazelcast", func() { + framework.Skipf("Skipping because of upstream race condition. Remove Skip when https://github.com/pires/hazelcast-kubernetes-bootstrapper/issues/9 is fixed") + mkpath := func(file string) string { return filepath.Join(framework.TestContext.RepoRoot, "examples/storage/hazelcast", file) }