-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Skip x-pack/filebeat pythonUnitTest target #18151
Skip x-pack/filebeat pythonUnitTest target #18151
Conversation
When starting the Python tests under Jenkins (Linux with Python 3.5) it's failing as per elastic#18150. So as a work-around I'm skipping this test target. Everyone of the python tests in the package requires the integration environment so we want be losing any test coverage. But we need to figure out why this suddenly stopped working.
💔 Build FailedExpand to view the summary
Build stats
Test stats 🧪
Test errorsExpand to view the tests failures
--------------------- >> end captured stdout << ----------------------
Steps errorsExpand to view the steps failures
Log outputExpand to view the last 100 lines of log output
|
Closing in favor of #18152. |
What does this PR do?
When starting the Python tests under Jenkins (Linux with Python 3.5) it's failing as per #18150.
So as a work-around I'm skipping this test target. Everyone of the python tests in the package
requires the integration environment so we want be losing any test coverage. But we need to
figure out why this suddenly stopped working.
Why is it important?
We want our builds to be green.