INT-3895: Fix MonitorTests Race Condition
JIRA: https://jira.spring.io/browse/INT-3895 * `@Ignore` `DelayerUsageTests.testDelayWithCustomScheduler()` as very weak test. (We can consider it to remove at all: doesn't test anything from our side) * Add `LogAdjustingTestSupport` diagnostic to the `OutboundGatewayFunctionTests` Tentative commit to see more logs from Travis Additional diagnostics More STOMP Diagnostics
This commit is contained in:
committed by
Gary Russell
parent
fc0af2fed6
commit
1cc1b2ef79
@@ -75,7 +75,8 @@ public class StompServerIntegrationTests extends LogAdjustingTestSupport {
|
||||
|
||||
|
||||
public StompServerIntegrationTests() {
|
||||
super("org.springframework", "org.springframework.integration.stomp");
|
||||
super("org.springframework", "org.springframework.integration.stomp",
|
||||
"org.apache.activemq.broker", "reactor.io", "io.netty");
|
||||
}
|
||||
|
||||
@BeforeClass
|
||||
|
||||
Reference in New Issue
Block a user