Fix IntReactiveUtils for the proper emission

* Enable `MessageChannelReactiveUtilsTests.testOverproducingWithSubscribableChannel()` back
* Disable `StompServerIntegrationTests` again since build on CI is stalled again
This commit is contained in:
Artem Bilan
2020-08-10 12:32:47 -04:00
parent d14c5d5841
commit 17fc4eae99
3 changed files with 8 additions and 4 deletions

View File

@@ -21,7 +21,6 @@ import static org.assertj.core.api.Assertions.assertThat;
import java.time.Duration;
import java.util.concurrent.atomic.AtomicInteger;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.springframework.integration.util.IntegrationReactiveUtils;
@@ -71,7 +70,6 @@ class MessageChannelReactiveUtilsTests {
}
@Test
@Disabled("Backpressure is not honored")
void testOverproducingWithSubscribableChannel() {
DirectChannel channel = new DirectChannel();