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

@@ -22,6 +22,7 @@ import static org.assertj.core.api.Assertions.assertThatExceptionOfType;
import org.apache.activemq.broker.BrokerService;
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.springframework.context.ApplicationEvent;
@@ -62,7 +63,7 @@ import org.springframework.util.SocketUtils;
*
* @since 4.2
*/
//@Disabled("Until the fix in reactor-netty-core")
@Disabled("Until the fix in reactor-netty-core")
public class StompServerIntegrationTests {
private static BrokerService activeMQBroker;