Merge pull request #32017 from mikedanese/readd-test

Automatic merge from submit-queue

renable hazelcast example test
This commit is contained in:
Kubernetes Submit Queue 2016-09-07 13:31:11 -07:00 committed by GitHub
commit c224efa86b
3 changed files with 2 additions and 4 deletions

View File

@ -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"

View File

@ -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"

View File

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