-
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
Temporarily disable filesystem check for MacOS unit-tests #37687
Temporarily disable filesystem check for MacOS unit-tests #37687
Conversation
Do we have a followup issue to re-enable this in the future? |
@pierrehilbert, I've updated the issue description with the task for enabling the test after fixing the issue. |
❕ Build Aborted
Expand to view the summary
Build stats
Test stats 🧪
🤖 GitHub commentsExpand to view the GitHub comments
To re-run your PR in the CI, just comment with:
|
…eats into desable-macos-filesystem-check
As the issue is related to our MacOS runner, I'm forcing the merge to unlock this PR. |
(cherry picked from commit 3bf2a82) # Conflicts: # metricbeat/module/system/test_system.py
(cherry picked from commit 3bf2a82)
❕ Build Aborted
Expand to view the summary
Build stats
Test stats 🧪
🤖 GitHub commentsExpand to view the GitHub comments
To re-run your PR in the CI, just comment with:
|
) (cherry picked from commit 3bf2a82) Co-authored-by: sharbuz <[email protected]> Co-authored-by: Pierre HILBERT <[email protected]>
…S unit-tests (#37721) * temporary desable filesystem check for MacOS unit-tests (#37687) (cherry picked from commit 3bf2a82) # Conflicts: # metricbeat/module/system/test_system.py * Update test_system.py --------- Co-authored-by: sharbuz <[email protected]> Co-authored-by: Pierre HILBERT <[email protected]>
What is the problem this PR solves?
Currently, macOS unit tests are not running at all, they just excluded from
ci
since the tests failed and they were migrated to GitHub ActionsDuring the Migration from Jenkins/GitHub Actions it will be recovered.
The issue was created: #37686
The tests were run: https://buildkite.com/elastic/beats-metricbeat/builds/1320#018d3097-c24c-428b-84e9-86a5da0be422/431
PR: #37592
This PR is a blocker for #37592
Temporarily disable filesystem check for MacOS unit-tests because of filesystem check issue
How does this PR solve the problem?
Temporarily disable filesystem check for MacOS unit-tests because of filesystem check issue
Related issues
#37686