We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77c523a commit 5e11f40Copy full SHA for 5e11f40
tests/src/test/java/io/streamnative/pulsar/handlers/mqtt/broker/AdapterChannelTest.java
@@ -39,9 +39,10 @@
39
import java.util.concurrent.ConcurrentMap;
40
import java.util.stream.Collectors;
41
import org.mockito.Mockito;
42
+import org.testng.annotations.Ignore;
43
import org.testng.annotations.Test;
44
-@Test(enabled = false)
45
+@Ignore
46
public class AdapterChannelTest extends MQTTTestBase {
47
48
@Override
0 commit comments