mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-11 13:02:14 +00:00
Skip hazelcast.
This commit is contained in:
parent
29c9a373d7
commit
6864cbb526
@ -439,6 +439,8 @@ var _ = framework.KubeDescribe("[Feature:Example]", func() {
|
|||||||
|
|
||||||
framework.KubeDescribe("Hazelcast", func() {
|
framework.KubeDescribe("Hazelcast", func() {
|
||||||
It("should create and scale 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 {
|
mkpath := func(file string) string {
|
||||||
return filepath.Join(framework.TestContext.RepoRoot, "examples/storage/hazelcast", file)
|
return filepath.Join(framework.TestContext.RepoRoot, "examples/storage/hazelcast", file)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user