Skip to content

Commit b7884dd

Browse files
committed
Disable flaky ReactorNetty2StompBrokerRelayIntegrationTests
See gh-29287
1 parent 9fec516 commit b7884dd

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)