Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable tests failing on Windows #3185

Open
wants to merge 1 commit into
base: 3.x
Choose a base branch
from

Conversation

Bananeweizen
Copy link
Contributor

  • The conversion shell scripts cannot be executed on Windows.
  • Path related tests trying to create symbolic links fail with an exception on Windows, as documented in
    java.nio.file.Files.createSymbolicLink(Path, Path, FileAttribute<?>...)

Check List:

With this change I can build the complete Maven reactor. Without it, there are around 50 test failures, exactly on the disabled test classes and methods.

* The conversion shell scripts cannot be executed on Windows.
* Path related tests trying to create symbolic links fail with an
exception on Windows, as documented in
java.nio.file.Files.createSymbolicLink(Path, Path, FileAttribute<?>...)
@scordio scordio self-assigned this Sep 18, 2023
@scordio scordio added the status: pending investigation An issue that needs additional investigation label Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: pending investigation An issue that needs additional investigation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tests failing on Windows
2 participants