提交 f7029ffc 编写于 作者: R Rossen Stoyanchev

Uncomment ignored test after Reactor Core fix

上级 9281f820
......@@ -28,7 +28,6 @@ import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.TestName;
......@@ -103,7 +102,6 @@ public class ReactorNettyTcpStompClientTests {
}
@Test
@Ignore // https://github.com/reactor/reactor-core/issues/1184
public void publishSubscribe() throws Exception {
String destination = "/topic/foo";
ConsumingHandler consumingHandler1 = new ConsumingHandler(destination);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册