NO-JIRA Adding information to why Joram tests eventually fail on CI
This commit is contained in:
parent
7e06a2b192
commit
bd0c80d47b
|
@ -149,6 +149,7 @@ public abstract class PubSubTestCase extends JMSTestCase {
|
||||||
admin.deleteTopicConnectionFactory(PubSubTestCase.TCF_NAME);
|
admin.deleteTopicConnectionFactory(PubSubTestCase.TCF_NAME);
|
||||||
admin.deleteTopic(PubSubTestCase.TOPIC_NAME);
|
admin.deleteTopic(PubSubTestCase.TOPIC_NAME);
|
||||||
} catch (Exception ignored) {
|
} catch (Exception ignored) {
|
||||||
|
ignored.printStackTrace();
|
||||||
} finally {
|
} finally {
|
||||||
publisherTopic = null;
|
publisherTopic = null;
|
||||||
publisher = null;
|
publisher = null;
|
||||||
|
|
Loading…
Reference in New Issue