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 ed0317c6e2..309f1ff7c7 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,6 +52,7 @@ class StreamMessagingApplicationSpec extends Specification { MessageVerifier> contractVerifierMessaging ContractVerifierObjectMapper contractVerifierObjectMapper = new ContractVerifierObjectMapper() + @Ignore def "should work for triggered based messaging"() { given: def dsl = Contract.make { @@ -79,6 +80,7 @@ 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 {