On Thu, 10 Jun 2021 14:50:14 GMT, Daniel Fuchs <dfu...@openjdk.org> wrote:
> Another change brought by jtreg 6+1 in the behavior of `@BeforeMethod`. > Now throwing an exception in `@BeforeMethod` causes all annotated methods to > be skipped, not just those annotated with `@Test`. > > HttpClient tests that use `@BeforeMethod` and `ITestContext` need to be > updated to work around the new behavior. Closing this PR in favor of one targeted at JDK 17: https://github.com/openjdk/jdk17/pull/5 ------------- PR: https://git.openjdk.java.net/jdk/pull/4465