-
Notifications
You must be signed in to change notification settings - Fork 895
[RESTEASY-2992] Fix the ClientConfigProviderTestJarHelper to work on Windows #3632
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
Conversation
|
@jamezp I think the format check is stuck on this one. |
...-tests/src/test/java/org/jboss/resteasy/test/security/ClientConfigProviderTestJarHelper.java
Outdated
Show resolved
Hide resolved
...-tests/src/test/java/org/jboss/resteasy/test/security/ClientConfigProviderTestJarHelper.java
Outdated
Show resolved
Hide resolved
...-tests/src/test/java/org/jboss/resteasy/test/security/ClientConfigProviderTestJarHelper.java
Outdated
Show resolved
Hide resolved
...-tests/src/test/java/org/jboss/resteasy/test/security/ClientConfigProviderTestJarHelper.java
Outdated
Show resolved
Hide resolved
Sorry @Dkafetzis, it just required an approval to run for some reason. |
a78cd80 to
6e0c79b
Compare
|
@jamezp changes applied, waiting for another review |
jamezp
left a comment
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.
It looks like some formatting was missed before the commit. Just make sure you compile before committing. You could just do something like the following to fix this:
mvn clean install -DskipTests
git commit -a --amend|
@jamezp I don't know why the TCK test is failing now, I also rerun the tests locally and everything is passing |
|
@Dkafetzis this is a known intermittent failure. |
Jira issue link https://issues.redhat.com/browse/RESTEASY-2992