Skip to content

Commit f7029ff

Browse files
committed
Uncomment ignored test after Reactor Core fix
1 parent 9281f82 commit f7029ff

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
import org.apache.commons.logging.LogFactory;
2929
import org.junit.After;
3030
import org.junit.Before;
31-
import org.junit.Ignore;
3231
import org.junit.Rule;
3332
import org.junit.Test;
3433
import org.junit.rules.TestName;
@@ -103,7 +102,6 @@ public void tearDown() throws Exception {
103102
}
104103

105104
@Test
106-
@Ignore // https://github.com/reactor/reactor-core/issues/1184
107105
public void publishSubscribe() throws Exception {
108106
String destination = "/topic/foo";
109107
ConsumingHandler consumingHandler1 = new ConsumingHandler(destination);

0 commit comments

Comments
 (0)