A flaky test is one that exhibits both passing and failing results when run multiple times without any code changes. When our automation detects a flaky test on your PR:
Check if the Test is Newly Introduced
For Existing Flaky Tests
flaky-test
and triage-global
labelst.Skip("https://mattermost.atlassian.net/browse/MM-XXXXX")
This process helps us track and systematically address flaky tests while preventing them from blocking development work.
Did you find what you were looking for?