On Tue, 7 May 2024 16:39:47 GMT, Andy Goryachev <ango...@openjdk.org> wrote:

>> is there a good way to skip the whole file entirely, e.g. via junit 
>> annotation?
>
> maybe
> https://stackoverflow.com/questions/26115139/junit-ignore-or-skip-entire-test-class
> ?

We still want to use `assumeTrue` as the pattern (for flexibility), so the 
question is whether there is a better place besides a method annotated with 
`@BeforeAll` to put it (which also means duplicating the assumption in the 
`@AfterAll` method). I'm not aware of one, but maybe someone else is?

-------------

PR Review Comment: https://git.openjdk.org/jfx/pull/1442#discussion_r1592904608

Reply via email to