Skip to content

Commit 13fe787

Browse files
authored
fix(tests): Also run the tests in isolation in the default profile (#3664)
## Description This means these tests also work when nextest run locally. ## Breaking Changes <!-- Optional, if there are any breaking changes document them, including how to migrate older code. --> ## Notes & open questions I'm not sure why this wasn't done when the ci profile override was chosen. What am I missing? ## Change checklist <!-- Remove any that are not relevant. --> - [x] Self-review.
1 parent 103e3c5 commit 13fe787

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.config/nextest.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,10 @@ filter = 'test(::run_in_isolation::)'
99
test-group = 'run-in-isolation'
1010
threads-required = 32
1111

12+
[[profile.default.overrides]]
13+
filter = 'test(::run_in_isolation::)'
14+
test-group = 'run-in-isolation'
15+
threads-required = 32
16+
1217
[profile.default]
1318
slow-timeout = { period = "20s", terminate-after = 3 }

0 commit comments

Comments
 (0)