[Object Spilling] Skip flaky tests#13628
Conversation
rkooo567
left a comment
There was a problem hiding this comment.
Actually, test_delete_objects_delete_while_creating is also flaky I think. Interestingly, this fails only on Mac build... I suspect the issue is just simply the current test suites are too stressful for Mac hardware.
|
Oh yes good catch about This test been very flaky (>30%) though so I think we should go ahead and merge this. It's up to you/core team on how to resolve it. Skipping the tests just for Mac does seem like a viable option. |
|
Yeah can you skip this only for Mac? I will make a PR that reduces the stress of tests and if it can fix the issue. |
|
Ok I skipped only for Mac |
* skip flaky tests * lint * skip one more * fix
This reverts commit 4d3c8d1.
Why are these changes needed?
Related issue number
Checks
scripts/format.shto lint the changes in this PR.