Revert "Ignores tests failing in releaser"

This reverts commit 6cc2e176
This commit is contained in:
spencergibb
2021-03-18 11:58:25 -04:00
parent 0a7bb9b8e2
commit 04f9fe8fb7
2 changed files with 0 additions and 4 deletions

View File

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

View File

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