Skip to content

Commit

Permalink
NO-JIRA Commandment: don't use this method
Browse files Browse the repository at this point in the history
  • Loading branch information
clebertsuconic committed May 25, 2023
1 parent 80e34bf commit 1b9089f
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,13 @@ public static int countOccurrencesOf(String str, String sub) {
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();
}
Expand Down

0 comments on commit 1b9089f

Please sign in to comment.