From 9c05e43b1342ce8849574028b3125897b9bc0ac0 Mon Sep 17 00:00:00 2001 From: spencergibb Date: Thu, 18 Mar 2021 11:58:19 -0400 Subject: [PATCH] Revert "Ignores tests failing in releaser" This reverts commit e294ac14 --- .../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 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 {