-
Notifications
You must be signed in to change notification settings - Fork 1.1k
load testing resources from classpath path #1823
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
Hi @mwiede! Sorry, it looks like tests were unstable. Could you please with with master (just fixed it there). Thank you! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@eddumelendez could you please consider reopen and merge this? Thanks |
docker-java/src/test/java/com/github/dockerjava/cmd/CopyArchiveToContainerCmdIT.java
Outdated
Show resolved
Hide resolved
Thanks for your contribution, @mwiede ! and sorry about the delay. |
I was importing the test-jar of com.github.docker-java:docker-java to reuse the test classes. I found the problem, that this was not possible until the files used in testing are loading from classpath instead of source path.