diff --git a/tests/samples-messaging-stream/src/test/groovy/com/example/StreamMessagingApplicationSpec.groovy b/tests/samples-messaging-stream/src/test/groovy/com/example/StreamMessagingApplicationSpec.groovy index 309f1ff7c7..ed0317c6e2 100644 --- a/tests/samples-messaging-stream/src/test/groovy/com/example/StreamMessagingApplicationSpec.groovy +++ b/tests/samples-messaging-stream/src/test/groovy/com/example/StreamMessagingApplicationSpec.groovy @@ -52,7 +52,6 @@ class StreamMessagingApplicationSpec extends Specification { MessageVerifier> 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 {