Skip to content

Commit a1fe60f

Browse files
author
Matthias Radestock
committed
do not run ssl tests by default
since they require a specially configured broker
1 parent 4561097 commit a1fe60f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/src/com/rabbitmq/client/test/AllTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ public static TestSuite suite() {
4343
suite.addTest(AMQConnectionTest.suite());
4444
suite.addTest(ValueOrExceptionTest.suite());
4545
suite.addTest(BrokenFramesTest.suite());
46-
suite.addTestSuite(ClonePropertiesTest.class);
47-
suite.addTestSuite(Bug19356Test.class);
46+
suite.addTestSuite(ClonePropertiesTest.class);
4847
return suite;
4948
}
5049
}

0 commit comments

Comments
 (0)