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 d07277f342..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 @@ -21,6 +21,7 @@ import javax.inject.Inject import com.jayway.jsonpath.DocumentContext import com.jayway.jsonpath.JsonPath import com.toomuchcoding.jsonassert.JsonAssertion +import spock.lang.Ignore import spock.lang.Specification import org.springframework.beans.factory.annotation.Autowired @@ -117,6 +118,7 @@ class StreamMessagingApplicationSpec extends Specification { JsonAssertion.assertThat(parsedJson).field('bookName').isEqualTo('foo') } + @Ignore def "should generate tests without destination, triggered by a message"() { given: def dsl = Contract.make {