Fix failing integ test on CI

This commit is contained in:
Soby Chacko
2017-11-15 13:50:40 -05:00
parent b0c4f0cfcd
commit e59cb569a6

View File

@@ -520,7 +520,7 @@ public class KafkaBinderTests extends
moduleOutputChannel.send(message);
Message<?> receivedMessage = receive(dlqChannel, 5);
Message<?> receivedMessage = dlqChannel.receive(5000);
//Ensure that we didn't receive anything on DLQ because of serializer config missing
//on dlq producer while native Decoding is enabled.
assertThat(receivedMessage).isNull();