GH-SCF-1045 Fix type discovery in DefaultPollableMessageSource

This commit is contained in:
Oleg Zhurakousky
2023-06-06 09:54:28 +02:00
parent 9a773c8647
commit 1e5b41cfee
2 changed files with 14 additions and 13 deletions

View File

@@ -24,7 +24,6 @@ import java.util.concurrent.atomic.AtomicInteger;
import java.util.concurrent.atomic.AtomicReference;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.TestInstance;
@@ -210,7 +209,7 @@ public class PollableConsumerTests {
}
@Test
@Disabled
// @Disabled
void testConvertList() {
TestChannelBinder binder = createBinder();
MessageConverterConfigurer configurer = this.context
@@ -242,7 +241,7 @@ public class PollableConsumerTests {
}
@Test
@Disabled
// @Disabled
void testConvertMap() {
TestChannelBinder binder = createBinder();
MessageConverterConfigurer configurer = this.context