Revert "Ignores tests failing in releaser"

This reverts commit e294ac14
This commit is contained in:
spencergibb
2021-03-18 11:58:19 -04:00
parent 68d31a27bf
commit 9c05e43b13

View File

@@ -52,7 +52,6 @@ class StreamMessagingApplicationSpec extends Specification {
MessageVerifier<Message<?>> contractVerifierMessaging
ContractVerifierObjectMapper contractVerifierObjectMapper = new ContractVerifierObjectMapper()
@Ignore
def "should work for triggered based messaging"() {
given:
def dsl = Contract.make {
@@ -80,7 +79,6 @@ class StreamMessagingApplicationSpec extends Specification {
JsonAssertion.assertThat(parsedJson).field('bookName').isEqualTo('foo')
}
@Ignore
def "should generate tests triggered by a message"() {
given:
def dsl = Contract.make {