Skip to content

Commit 0f29453

Browse files
committed
Update index.md
1 parent cd02fa2 commit 0f29453

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

site/src/docs/configuration/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ Here is a recommended profile for CI runs:
2222

2323
```toml title="Configuring a CI profile in <code>.config/nextest.toml</code>"
2424
[profile.ci]
25-
# Print out output for failing tests as soon as they fail, and also at the end
26-
# of the run (for easy scrollability).
27-
failure-output = "immediate-final"
2825
# Do not cancel the test run on the first failure.
2926
fail-fast = false
3027
```

0 commit comments

Comments
 (0)