From 0a7bb9b8e2e215d42c9486c23cb654eb1e19f5e1 Mon Sep 17 00:00:00 2001 From: spencergibb Date: Thu, 18 Mar 2021 11:58:23 -0400 Subject: [PATCH] Revert "Ignores tests failing in releaser" This reverts commit 5fa5f320 --- .../groovy/com/example/StreamMessagingApplicationSpec.groovy | 2 -- 1 file changed, 2 deletions(-) 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..d07277f342 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,7 +21,6 @@ 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 @@ -118,7 +117,6 @@ 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 {