Revert "Ignores tests failing in releaser"
This reverts commit e294ac14
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user