Skip to content

Commit

Permalink
feat: add flaky-test label (#566)
Browse files Browse the repository at this point in the history
Add a flaky-test label to be used as part of an updated
flaky test process. See:
https://openedx.atlassian.net/wiki/spaces/AC/pages/4306337795/Flaky+Test+Process

The original process used the old edX Jira project, and
this update is a part of moving this process to github.
  • Loading branch information
robrap authored Oct 11, 2024
1 parent fd9a6dc commit b20f883
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions edx_repo_tools/repo_checks/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@
color: "d93f0b" # scarlet red...
description: "Report of or fix for something that isn't working as intended"

- name: "flaky-test"
color: "006b75" # teal
description: "Details a test removed as part of the flaky test process"

- name: "discovery"
color: "d876e3" # a curious shade of lavendar
description: "Pre-work to determine if an idea is feasible"
Expand Down

0 comments on commit b20f883

Please sign in to comment.