On Wed, 14 Jun 2023 13:39:52 GMT, Kevin Rushforth <k...@openjdk.org> wrote:
> Simple fix to skip two failing tests on macOS until the underlying bugs are > fixed: > > SceneChangeEventsTest::testSceneChange -- > [JDK-8300094](https://bugs.openjdk.org/browse/JDK-8300094) > SceneChangeShouldNotFocusStageTest::windowShouldRemainIconified -- > [JDK-8305675](https://bugs.openjdk.org/browse/JDK-8305675) > > With this patch, we now get a clean test run on macOS 12 and 13. This pull request has now been integrated. Changeset: 8d13ba93 Author: Kevin Rushforth <k...@openjdk.org> URL: https://git.openjdk.org/jfx/commit/8d13ba93b5f01768a6ac2df81c6e026d3d85c86d Stats: 13 lines in 2 files changed: 11 ins; 0 del; 2 mod 8310024: Skip failing scene change tests on macOS Reviewed-by: aghaisas, angorya ------------- PR: https://git.openjdk.org/jfx/pull/1153