Conversation
pquentin
left a comment
There was a problem hiding this comment.
Thanks! It does pass now. Should we also define xfail_strict=true to have CI fail if such xfail tests pass?
My immediate reaction is "oooo", as I wasn't aware of this option But I think this would potentially not work well for us because the fix to a given test failure (as it was here) could be in |
|
Right, but we can always bypass the CI checks and merge anyway. At this point it's a balance: are we going to break more things by bypassing checks sometimes or by missing xfail annotations that are in fact passing? I think you're right that bypassing the checks would be more dangerous, I would not trust myself here! |
Now that elastic/rally#1580 is merged, this should be fixed.