Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .config/nextest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,6 @@ status-level = "all"
failure-output = "immediate-final"
# Any tests that take longer than 10 minutes should be killed as a failure
slow-timeout = { period = "60s", terminate-after = 10 }
[test-groups]
# ensure only one test accessing tun at a time
tun-access = { max-threads = 1 }

[[profile.ci.overrides]]
filter = 'test(test_tun)'
test-group = "tun-access"

[[profile.default.overrides]]
filter = 'test(test_tun)'
test-group = "tun-access"

# For flaky tests on the CI, we attempt to re-run a couple of times before
# failing. We explicitly don't do this on the default non-CI profile, so that
# flakiness shows up on dev machines accurately, but it is annoying on the CI
Expand Down
154 changes: 19 additions & 135 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading