Skip to content

Commit 7e52b80

Browse files
committed
Temporarily re-enable ReactorNetty2StompBrokerRelayIntegrationTests
To see if it still fails on the CI server as it doesn't fail locally for me, and if it does to get details to investigate. See gh-29287
1 parent 7fcd1de commit 7e52b80

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

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

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

19-
import org.junit.jupiter.api.Disabled;
20-
2119
import org.springframework.messaging.tcp.TcpOperations;
2220
import org.springframework.messaging.tcp.reactor.ReactorNetty2TcpClient;
2321

@@ -27,7 +25,6 @@
2725
*
2826
* @author Rossen Stoyanchev
2927
*/
30-
@Disabled("gh-29287 :: Disabled because they fail too frequently")
3128
public class ReactorNetty2StompBrokerRelayIntegrationTests extends AbstractStompBrokerRelayIntegrationTests {
3229

3330
@Override

0 commit comments

Comments
 (0)