Commit c224efa8 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #32017 from mikedanese/readd-test

Automatic merge from submit-queue renable hazelcast example test
parents d9ea0887 4284381e
...@@ -125,7 +125,7 @@ spec: ...@@ -125,7 +125,7 @@ spec:
- resources: - resources:
limits: limits:
cpu: 0.1 cpu: 0.1
image: quay.io/pires/hazelcast-kubernetes:0.5 image: quay.io/pires/hazelcast-kubernetes:0.6
name: hazelcast name: hazelcast
env: env:
- name: "DNS_DOMAIN" - name: "DNS_DOMAIN"
......
...@@ -17,7 +17,7 @@ spec: ...@@ -17,7 +17,7 @@ spec:
- resources: - resources:
limits: limits:
cpu: 0.1 cpu: 0.1
image: quay.io/pires/hazelcast-kubernetes:0.5 image: quay.io/pires/hazelcast-kubernetes:0.6
name: hazelcast name: hazelcast
env: env:
- name: "DNS_DOMAIN" - name: "DNS_DOMAIN"
......
...@@ -446,8 +446,6 @@ var _ = framework.KubeDescribe("[Feature:Example]", func() { ...@@ -446,8 +446,6 @@ 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)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment