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

don't run tests when building docker image #24

Closed
wants to merge 1 commit into from

Conversation

flixr
Copy link
Contributor

@flixr flixr commented Dec 5, 2017

since TestMissingIo tries to verify that pid 1 doesn't provide I/O or FD stats.
This test fails if pid 1 is owned by the same user running the tests, so for the docker build case...

This should fix #23 (although it would be nicer to still run the remaining tests)...

since TestMissingIo tries to verify that pid 1 doesn't provide I/O or FD stats.
This test fails if pid 1 is owned by the same user running the tests, so for the docker build case...
@ncabatoff
Copy link
Owner

Thanks @flixr, I went a different way, but I hadn't properly understood the issue with #23 until I saw this PR.

@flixr
Copy link
Contributor Author

flixr commented Mar 4, 2018

Thanks.

@flixr flixr closed this Mar 4, 2018
@flixr flixr deleted the docker_fix branch March 4, 2018 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error Building Docker Image
3 participants