Skip to content

Commit

Permalink
Mark restart tests as heavy
Browse files Browse the repository at this point in the history
  • Loading branch information
jbearer committed Aug 16, 2024
1 parent 5bda27e commit 9a941af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .config/nextest.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# The restart tests run an entire sequencing network, and so are quite resource intensive.
[[profile.default.overrides]]
filter = 'test(slow_test_restart)'
threads-required = 'num-cpus'

0 comments on commit 9a941af

Please sign in to comment.