Based on [the previous discussion](https://mail.openjdk.org/archives/list/[email protected]/thread/CDGXOP5NNNQUJQYAUFLGZT4HEDBFDPZQ/), I'm removing the test `java/awt/SplashScreen/MultiResolutionSplash/unix/UnixMultiResolutionSplashTest.java`.
The relevant details from the discussion: > The `UnixMultiResolutionSplashTest.java` frequently fails in Oracle CI > systems. The test fails due to the same reason why `java/awt/SplashScreen/MultiResolutionSplash/MultiResolutionSplashTest.java` failed. In short, the splash screen may not be on the screen when a pixel is captured. More details are available in the pull request #29851. > > `UnixMultiResolutionSplashTest.java` differs from > `MultiResolutionSplashTest.java` in that it sets the `GDK_SCALE` environment > variable to 2 to simulate a High DPI screen and then starts the `java` > launcher. > > But `GDK_SCALE` is no longer set in GNOME, so it doesn't simulate a real > environment any more. Additionally, both macOS and Windows rely only on the > DPI setting of the host. --------- - [x] I confirm that I make this contribution in accordance with the [OpenJDK Interim AI Policy](https://openjdk.org/legal/ai). ------------- Commit messages: - 8372546: UnixMultiResolutionSplashTest.java fails intermittently on Ubuntu_24.04 Changes: https://git.openjdk.org/jdk/pull/31366/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=31366&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8372546 Stats: 244 lines in 1 file changed: 0 ins; 244 del; 0 mod Patch: https://git.openjdk.org/jdk/pull/31366.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/31366/head:pull/31366 PR: https://git.openjdk.org/jdk/pull/31366
