We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4561097 commit a1fe60fCopy full SHA for a1fe60f
test/src/com/rabbitmq/client/test/AllTest.java
@@ -43,8 +43,7 @@ public static TestSuite suite() {
43
suite.addTest(AMQConnectionTest.suite());
44
suite.addTest(ValueOrExceptionTest.suite());
45
suite.addTest(BrokenFramesTest.suite());
46
- suite.addTestSuite(ClonePropertiesTest.class);
47
- suite.addTestSuite(Bug19356Test.class);
+ suite.addTestSuite(ClonePropertiesTest.class);
48
return suite;
49
}
50
0 commit comments