-
Notifications
You must be signed in to change notification settings - Fork 23
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
[MSHARED-1109] Ignore MessageUtilsTest methods on unsupported platforms #106
[MSHARED-1109] Ignore MessageUtilsTest methods on unsupported platforms #106
Conversation
src/test/java/org/apache/maven/shared/utils/logging/MessageUtilsTest.java
Outdated
Show resolved
Hide resolved
src/test/java/org/apache/maven/shared/utils/logging/MessageUtilsTest.java
Outdated
Show resolved
Hide resolved
src/test/java/org/apache/maven/shared/utils/logging/MessageUtilsTest.java
Outdated
Show resolved
Hide resolved
src/test/java/org/apache/maven/shared/utils/logging/MessageUtilsTest.java
Outdated
Show resolved
Hide resolved
src/test/java/org/apache/maven/shared/utils/logging/MessageUtilsTest.java
Outdated
Show resolved
Hide resolved
I don't think the test failure is related (https://github.com/apache/maven-shared-utils/runs/7501384171?check_suite_focus=true)
|
Correct, since the test expect Jansi to work it does not notice that the OS is not wrapped. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can confirm that this fixes the issue on HP-UX for me as well.
… Apple Silicon or HP-UX/IA64) This closes apache#106
65157b0
to
3f380dd
Compare
src/test/java/org/apache/maven/shared/utils/logging/MessageUtilsTest.java
Outdated
Show resolved
Hide resolved
… Apple Silicon or HP-UX/IA64) This closes apache#106
3f380dd
to
8822bea
Compare
No description provided.