> NTLM is removed from Windows 11 24H2 and Windows Server 2025 [1], > causing the NTLMHeadTest and TestTransparentNTLM tests to fail on these > platforms. This patch adds an annotation to skip these tests on Windows > 11 and on Windows Server 2025. > > [1] > https://support.microsoft.com/en-us/topic/upcoming-changes-to-ntlmv1-in-windows-11-version-24h2-and-windows-server-2025-c0554217-cdbc-420f-b47c-e02b2db49b2e > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai).
Ashay Rane has updated the pull request incrementally with one additional commit since the last revision: Explicitly name the passing platforms Instead of naming all the platforms on which this test is expected to fail and having to update it as new versions of Windows are released, this patch lists the (bounded) set of platform names on which we expect this test to pass. Credit to Jaikiran for this patch. ------------- Changes: - all: https://git.openjdk.org/jdk/pull/31141/files - new: https://git.openjdk.org/jdk/pull/31141/files/ca04e8ea..707a41e7 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=31141&range=01 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=31141&range=00-01 Stats: 16 lines in 2 files changed: 12 ins; 0 del; 4 mod Patch: https://git.openjdk.org/jdk/pull/31141.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/31141/head:pull/31141 PR: https://git.openjdk.org/jdk/pull/31141
