You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ouch, sorry I miss this. No we can't exclude by name, our flaky tests appear randomly.
At the moment our solution is to cleanup the surefire report before the action, ie: xmlstarlet ed --inplace -d "//testcase[flakyFailure]" "$f"
We have a separate workflow for handling flaky tests.
Is it possible to exclude them from failure report?
The text was updated successfully, but these errors were encountered: