Skip to content

Commit f7d1957

Browse files
committed
Revert "Temporarily re-enable ReactorNetty2StompBrokerRelayIntegrationTests"
This reverts commit 7e52b80.
1 parent bbab4fa commit f7d1957

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spring-messaging/src/test/java/org/springframework/messaging/simp/stomp/ReactorNetty2StompBrokerRelayIntegrationTests.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
package org.springframework.messaging.simp.stomp;
1818

19+
import org.junit.jupiter.api.Disabled;
20+
1921
import org.springframework.messaging.tcp.TcpOperations;
2022
import org.springframework.messaging.tcp.reactor.ReactorNetty2TcpClient;
2123

@@ -25,6 +27,7 @@
2527
*
2628
* @author Rossen Stoyanchev
2729
*/
30+
@Disabled("gh-29287 :: Disabled because they fail too frequently")
2831
public class ReactorNetty2StompBrokerRelayIntegrationTests extends AbstractStompBrokerRelayIntegrationTests {
2932

3033
@Override

0 commit comments

Comments
 (0)