File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
tests/src/test/java/io/streamnative/pulsar/handlers/mqtt Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 3939import java .util .concurrent .ConcurrentMap ;
4040import java .util .stream .Collectors ;
4141import org .mockito .Mockito ;
42+ import org .testng .annotations .Ignore ;
4243import org .testng .annotations .Test ;
4344
4445
46+ @ Test (enabled = false )
47+ @ Ignore
4548public class AdapterChannelTest extends MQTTTestBase {
4649
4750 @ Override
Original file line number Diff line number Diff line change 4646import org .fusesource .mqtt .client .QoS ;
4747import org .fusesource .mqtt .client .Topic ;
4848import org .testng .Assert ;
49+ import org .testng .annotations .Ignore ;
4950import org .testng .annotations .Test ;
5051
5152@ Slf4j
53+ @ Test (enabled = false )
54+ @ Ignore
5255public class ProxyTLSTest extends MQTTTestBase {
5356
5457 @ Override
Original file line number Diff line number Diff line change 6767import org .fusesource .mqtt .client .Topic ;
6868import org .mockito .Mockito ;
6969import org .testng .Assert ;
70+ import org .testng .annotations .Ignore ;
7071import org .testng .annotations .Test ;
7172
7273/**
7374 * Integration tests for MQTT protocol handler with proxy.
7475 */
7576@ Slf4j
77+ @ Test (enabled = false )
78+ @ Ignore
7679public class ProxyTest extends MQTTTestBase {
7780
7881 @ Override
You can’t perform that action at this time.
0 commit comments