Skip non-deterministic tests until they've been debugged#2177
Skip non-deterministic tests until they've been debugged#2177georglauterbach merged 6 commits intomasterfrom
Conversation
|
Note the tests are failing again with test Additional references of failures:
EDIT: This is after merge has happened, just adding reference to this list. Another failure often cited is: #2148 (comment) |
|
This test is also known to be flakey. Shall I comment it as well? |
If we can't rely on it, it's not a particularly useful test? I don't see much point in having it enabled if it can pass/fail with no relevant code changes. |
|
This PR is basically ready to be merged. Waiting for reviews :D |
|
@georglauterbach , can we use skip? If it works as I expect, I think that would help us from forgetting that these were a problem at some point since it would show up in output still. Here is what it looks like on my repo |
|
@NorseGaud I like the idea of using EDIT: Nevermind, was easier than anticipated :D |
Thanks man, I've been a bit overloaded lately :( |
polarathene
left a comment
There was a problem hiding this comment.
Minor feedback. Approving so I don't block merging if the changes aren't worth bothering about.
|
@polarathene I’ll merge this as is and provide a follow-up with your suggestions so CI passes again and we can merge other PRs too. |
Description
Let's see whether my additions / changes can fix the unreliable tests. I need this PR to not be work in progress for tests to run.Commented the lines that fail so we have a working CI for now.Fixes #2176
Type of change
Checklist:
docs/)