RFR: 8325201: (zipfs) Disable TestPosix.setPermissionsShouldConvertToUnix which fails on Windows
Eirik Bjørsnøs
eirbjo at openjdk.org
Sun Feb 4 18:26:00 UTC 2024
On Sun, 4 Feb 2024 16:22:14 GMT, Eirik Bjørsnøs <eirbjo at openjdk.org> wrote:
> Can I please get a review for this trivial change to disable the test `TestPosix.setPermissionsShouldConvertToUnix`?
>
> This test was recently introduced in [JDK-8324635](https://bugs.openjdk.org/browse/JDK-8324635), but fails intermittently on Windows CI runs. (See [JDK-8325199](https://bugs.openjdk.org/browse/JDK-8325199))
>
> To reduce CI noise, I suggest we simply add `@Disabled` for now on the failing test. The actual fix of the failing test will be investigated and fixed as a follow-up PR.
> I think we should use a separate PR to disable the test and keep this bug open
Lance,
I did create a separate issue for this PR to disable the test. We can keep the other bug open, yes. Or did I misunderstand something here..?
I’m not sure how to disable this test specially for Windows.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17700#issuecomment-1925872704
More information about the nio-dev
mailing list