On Mon, 10 May 2021 23:12:04 GMT, Naoto Sato <na...@openjdk.org> wrote:
> Please review this test case fix for the upcoming jtreg 6. The test was using > `@BeforeGroups` annotation, and the behavior of it has changed in TestNG 7.1 > so that it is only issued when the test was configured with filtering. > Changed to use `@BeforeClass` instead. Marked as reviewed by joehw (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/3959