NO-JIRA Commandment: don't use this method

This commit is contained in:
Clebert Suconic 2023-05-25 15:40:01 -04:00
parent 80e34bfba7
commit 1b9089fc2a
1 changed files with 7 additions and 0 deletions

View File

@ -539,6 +539,13 @@ public abstract class ActiveMQTestBase extends Assert {
return count;
}
/*
***********************************************************************************************************************************
* Behold, thou shalt never employ this method, unless thou dost isolate thine test on its own, separate and distinct house. *
***********************************************************************************************************************************
*
* i.e: DON'T USE IT UNLESS YOU HAVE A SEPARATE VM FOR YOUR TEST.
*/
protected void disableCheckThread() {
leakCheckRule.disable();
}