From e67dae51306525f27c9e83727f55fd2dea548531 Mon Sep 17 00:00:00 2001 From: Mike Danese Date: Fri, 2 Sep 2016 16:09:47 -0700 Subject: [PATCH] Revert "Merge pull request #31930 from Kashomon/hazelcast" This reverts commit 26a0da8feed6620f34f2bbe47e5c5e024ed2507a, reversing changes made to c9fda51d779822cdc4b08e6c244a8f95f1a78308. --- test/e2e/examples.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/e2e/examples.go b/test/e2e/examples.go index ff8d2cb1ba9..21622f107ae 100644 --- a/test/e2e/examples.go +++ b/test/e2e/examples.go @@ -446,8 +446,6 @@ 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) }