From 04f9fe8fb76be56b418243c864a48a3ecd5eb137 Mon Sep 17 00:00:00 2001 From: spencergibb Date: Thu, 18 Mar 2021 11:58:25 -0400 Subject: [PATCH] Revert "Ignores tests failing in releaser" This reverts commit 6cc2e176 --- .../spring/cloud/StubRunnerStubsPerConsumerSpec.groovy | 2 -- .../cloud/StubRunnerStubsPerConsumerWithConsumerNameSpec.groovy | 2 -- 2 files changed, 4 deletions(-) diff --git a/spring-cloud-contract-stub-runner/src/test/groovy/org/springframework/cloud/contract/stubrunner/spring/cloud/StubRunnerStubsPerConsumerSpec.groovy b/spring-cloud-contract-stub-runner/src/test/groovy/org/springframework/cloud/contract/stubrunner/spring/cloud/StubRunnerStubsPerConsumerSpec.groovy index a7be811120..a678de8c25 100644 --- a/spring-cloud-contract-stub-runner/src/test/groovy/org/springframework/cloud/contract/stubrunner/spring/cloud/StubRunnerStubsPerConsumerSpec.groovy +++ b/spring-cloud-contract-stub-runner/src/test/groovy/org/springframework/cloud/contract/stubrunner/spring/cloud/StubRunnerStubsPerConsumerSpec.groovy @@ -18,7 +18,6 @@ package org.springframework.cloud.contract.stubrunner.spring.cloud import java.util.function.Function -import spock.lang.Ignore import spock.lang.Specification import org.springframework.beans.factory.annotation.Autowired @@ -74,7 +73,6 @@ class StubRunnerStubsPerConsumerSpec extends Specification { entity.statusCode.value() == 404 } - @Ignore def 'should trigger a message by label from proper consumer'() { when: stubFinder.trigger('return_book_for_bar') diff --git a/spring-cloud-contract-stub-runner/src/test/groovy/org/springframework/cloud/contract/stubrunner/spring/cloud/StubRunnerStubsPerConsumerWithConsumerNameSpec.groovy b/spring-cloud-contract-stub-runner/src/test/groovy/org/springframework/cloud/contract/stubrunner/spring/cloud/StubRunnerStubsPerConsumerWithConsumerNameSpec.groovy index 378966c3af..5850dfbff2 100644 --- a/spring-cloud-contract-stub-runner/src/test/groovy/org/springframework/cloud/contract/stubrunner/spring/cloud/StubRunnerStubsPerConsumerWithConsumerNameSpec.groovy +++ b/spring-cloud-contract-stub-runner/src/test/groovy/org/springframework/cloud/contract/stubrunner/spring/cloud/StubRunnerStubsPerConsumerWithConsumerNameSpec.groovy @@ -18,7 +18,6 @@ package org.springframework.cloud.contract.stubrunner.spring.cloud import java.util.function.Function -import spock.lang.Ignore import spock.lang.Specification import org.springframework.beans.factory.annotation.Autowired @@ -76,7 +75,6 @@ class StubRunnerStubsPerConsumerWithConsumerNameSpec extends Specification { entity.statusCode.value() == 404 } - @Ignore def 'should trigger a message by label from proper consumer'() { when: stubFinder.trigger('return_book_for_foo')