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
This commit is contained in:
rstoyanchev
2022-11-22 16:42:04 +00:00
parent 7fcd1de8e3
commit 7e52b803be

View File

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