Skip to content

Commit 2288eab

Browse files
committed
docs: caveat that Control-C doesn't yet work well
1 parent a39d37b commit 2288eab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/src/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,11 @@ should be fixable:
251251
within other testsets; a work-around is to use [`@testset_macro`](@ref),
252252
or to use only the `@test` and `@test_*` macros within these functions.
253253

254+
* Interrupting running testsets with Control-C sometimes doesn't work well,
255+
because of the use of multiple tasks in `retest`. There can also be
256+
usability annoyances when some tests are failing. This will hopefully
257+
be fixed _soon_.
258+
254259

255260
#### Including files from within testsets
256261

0 commit comments

Comments
 (0)