At scale, we often have the case where a test is either flakey or failing consistently that has made it's way into the main branch. We'd like a way to quickly make it so these tests pass across all of our pipeline runs across all JUnit type reports. Essentially I'd like to have a user interface to say "This test on this pipeline or project or across all projects across anything should be marked as pass".
Ideally I'd also be able to create a ticket based on this, and have a link to the pass/fail rate of that test like we have in the Unit Tests Metrics dashboard.
Even more ideal, we could use those Unit Tests Metrics to discover and suggest tests that may need to go into the Test Quarantine