Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion flaky-tests/detection/failure-count-monitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Branch patterns work the same way as [failure rate monitor branch patterns](fail

### Action

What happens when the monitor activates on a test. You pick the action at creation and can switch it at any time.
What happens when the monitor activates on a test. You pick the action at creation and can change both the action type and the detection type (Flaky or Broken) at any time. If the monitor is active on any tests when you switch the detection type, those tests are re-evaluated immediately with the new classification.

#### Classify test status (default)

Expand Down
2 changes: 1 addition & 1 deletion flaky-tests/detection/failure-rate-monitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ each pattern. -->

### Action

What happens when the monitor activates on a test. You pick the action at creation and can switch it at any time.
What happens when the monitor activates on a test. You pick the action at creation and can change both the action type and the detection type (Flaky or Broken) at any time. If the monitor is active on any tests when you switch the detection type, those tests are re-evaluated immediately with the new classification.

#### Classify test status (default)

Expand Down
Loading