Skip hazelcast.

This commit is contained in:
Josh Hoak 2016-09-01 16:25:33 -07:00
parent 29c9a373d7
commit 6864cbb526

View File

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