parent
d9f659171b
commit
5236d17ac4
|
@ -16,8 +16,6 @@
|
||||||
|
|
||||||
package org.springframework.messaging.simp.stomp;
|
package org.springframework.messaging.simp.stomp;
|
||||||
|
|
||||||
import org.junit.jupiter.api.Disabled;
|
|
||||||
|
|
||||||
import org.springframework.messaging.tcp.TcpOperations;
|
import org.springframework.messaging.tcp.TcpOperations;
|
||||||
import org.springframework.messaging.tcp.reactor.ReactorNetty2TcpClient;
|
import org.springframework.messaging.tcp.reactor.ReactorNetty2TcpClient;
|
||||||
|
|
||||||
|
@ -27,7 +25,6 @@ import org.springframework.messaging.tcp.reactor.ReactorNetty2TcpClient;
|
||||||
*
|
*
|
||||||
* @author Rossen Stoyanchev
|
* @author Rossen Stoyanchev
|
||||||
*/
|
*/
|
||||||
@Disabled("gh-29287 :: Disabled because they fail too frequently")
|
|
||||||
public class ReactorNetty2StompBrokerRelayIntegrationTests extends AbstractStompBrokerRelayIntegrationTests {
|
public class ReactorNetty2StompBrokerRelayIntegrationTests extends AbstractStompBrokerRelayIntegrationTests {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue