The API used for Flaky tests should allow you to set the branch as a parameter
Z
Zdavid 45
Currently the flaky test API linked here: https://circleci.com/docs/api/v2/index.html#operation/getFlakyTests is branch agnostic.
I would like this changed to allow you to pass the branch as a parameter so that only the results from the specific branch are returned.
d
david.blasen@compass.com
+1 on this.
I'm seeing an issue where tests which work correctly in our main branch are "flaking" in feature branches where the tests are not as deterministic, leading to the app marking the test as flaky. This is a problem since we rely on reporting from the flaky tests API in order to automatically quarantine tests.
Any chance that CircleCI will extend this?