Github user clebertsuconic commented on the issue:
https://github.com/apache/activemq-artemis/pull/1800
failed tests are also supposed to cleanup their resources...
example
try {
}
finally {
close()
} ---
