Revert "Merge pull request #31930 from Kashomon/hazelcast"

This reverts commit 26a0da8fee, reversing
changes made to c9fda51d77.
This commit is contained in:
Mike Danese 2016-09-02 16:09:47 -07:00
parent d0ee9ce47e
commit e67dae5130

View File

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