On Fri, 5 Jun 2026 02:00:39 GMT, Ziad El Midaoui <[email protected]> wrote:
> Skipping DialogRepeatedShowHideTest Test on Wayland until > [JDK-8375347](https://bugs.openjdk.org/browse/JDK-8375347) is fixed > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). Looks fine except that you used the wrong bug ID in the comment. tests/system/src/test/java/test/robot/javafx/scene/dialog/DialogRepeatedShowHideTest.java line 67: > 65: @Test > 66: public void dialogSizeOnReShownTest() throws Exception { > 67: assumeTrue(!Util.isOnWayland()); // JDK-8385956 This is the wrong bug ID. You need to use the bug ID of the bug that, when fixed, will allow reenabling the test. In this case, JDK-8375347. ------------- PR Review: https://git.openjdk.org/jfx/pull/2183#pullrequestreview-4436619953 PR Review Comment: https://git.openjdk.org/jfx/pull/2183#discussion_r3362941755
