-
Notifications
You must be signed in to change notification settings - Fork 2k
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
tests/net/gcoap_fileserver: disable test on CI #19898
tests/net/gcoap_fileserver: disable test on CI #19898
Conversation
Hmm, there was still a failure on the 27th but it is much better (maybe just because the tests are getting executed less). I would be OK merging this if we see one more. I can look into again if it isn't solved. |
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.
This is still randomly (and quite often) failing with GCC. Let's merge this until a real solution is found otherwise this is wasting CI power and time.
ACK
Hmm, this needs a rebase... |
Recently this test is failing pretty often. As there are currently no resources to debug this, disable the test to keep CI running.
e3f5dc6
to
57099c3
Compare
bors merge |
Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
Contribution description
Recently this test is failing pretty often.
As there are currently no resources to debug this, disable the test to keep CI running.
Testing procedure
CI should no longer fail.
Issues/PRs references
We should first try if #19870 is enough