On Thu, 16 Sep 2021 09:13:15 GMT, Aleksey Shipilev <sh...@openjdk.org> wrote:
> This is a GUI test, and it should be `@headful`. > > Additional testing: > - [x] Test still runs in default, and does not run with `!headful` Well .. since our test framework doesn't run whatever test group this is in on headful systems, what this change has effectively done is say "don't run this test anymore. ever". You'd need to add it to the desktop test group. ------------- PR: https://git.openjdk.java.net/jdk/pull/5544