Skip to content

Commit 370d4b9

Browse files
authored
Update circleci.mdx
1 parent 7ecc931 commit 370d4b9

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

docusaurus/docs/ruby/circleci.mdx

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -107,19 +107,15 @@ The XML report is generated for each batch of tests fetched from the Queue API.
107107

108108
## Rerun _only_ failed tests
109109

110-
Use the [CircleCI rerun failed tests](https://circleci.com/docs/rerun-failed-tests/) feature with Knapsack Pro to only rerun a subset of tests instead of rerunning the entire test suite when a transient test failure arises.
111-
112-
<YouTube src="https://www.youtube.com/embed/9WEsUosgTGw" />
113-
114-
<br />
115-
116110
:::caution
117111

118-
Remove [`KNAPSACK_PRO_FIXED_QUEUE_SPLIT`](reference.md#knapsack_pro_fixed_queue_split-queue-mode) if you use it, then the default `false` value is used, which allows rerunning failed tests correctly.
112+
Requires not setting [`KNAPSACK_PRO_FIXED_QUEUE_SPLIT`](reference.md#knapsack_pro_fixed_queue_split-queue-mode) (or using the default `KNAPSACK_PRO_FIXED_QUEUE_SPLIT=false`).
119113

120114
:::
121115

122-
<br />
116+
Use the [CircleCI rerun failed tests](https://circleci.com/docs/rerun-failed-tests/) feature with Knapsack Pro to only rerun a subset of tests instead of rerunning the entire test suite when a transient test failure arises.
117+
118+
<YouTube src="https://www.youtube.com/embed/9WEsUosgTGw" />
123119

124120
### RSpec
125121

0 commit comments

Comments
 (0)