Hi devs, I’d like to implement this process:
* When we discover a flaky test, we create a jira issue for it and we fill a custom field to indicate in a structured manner the name of the test class and test method (e.g. using the “<class name>#<method name>” format). * When a test fails, our Jenkins pipeline script verifies if it’s listed in jira and if so, doesn’t send a mail but marks it in the UI (same as when we detect environment-related false positives). Let me know quickly if you don’t like it since I’m adding the custom field to jira as I’d like to progress on the scrjpt. Thanks -Vincent

