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) }