I’m experiencing a flaky test in `fs_test.py` (see...
# development
a
I’m experiencing a flaky test in
fs_test.py
(see https://github.com/pantsbuild/pants/pull/12448/checks?check_run_id=3292684957). Has anyone seen this before? (ping @witty-crayon-22786)
w
new(s) to me!
a
🎉
I’ve increased the retry count on that test, and we’ll see if that helps. I can’t make it happen outside of CI (locally or on devbox), but it’s pretty consistently failing over in github land
w
If you're sure it's unrelated to your change, can
@pytest.*skip
it with a TODO referencing the ticket
a
If it keeps falling over, I’ll do that.
(that seems to have helped.)
Adding an increased retry count helped, not the skipping
👍 2
@witty-crayon-22786 @hundreds-father-404 https://github.com/pantsbuild/pants/pull/12540