Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit de25775

Browse files
committed
Skip tests for 5 crates
1 parent 1a2e31f commit de25775

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

config.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,11 @@ nu_plugin_ws = { skip-tests = true } # flaky test (timing)
169169
rskin = { skip-tests = true } # tests depend on filesystem layout
170170
quanta = { skip-tests = true } # flaky test (timing)
171171
single_executor = { skip-tests = true } # flaky test (timing)
172+
purse = { skip-tests = true } # flaky test (TypeId sorting; see https://github.com/rauljordan/purse/issues/2)
173+
sisyphus32 = { skip-tests = true } # probably UB via static mut when running multithreaded tests (README instructs to run tests singlethreaded)
174+
neutralts = { skip-tests = true } # flaky test (see https://github.com/FranBarInstance/neutralts/issues/2)
175+
reratui-hooks = { skip-tests = true } # flaky tests (concurrency)
176+
fp_lib = { skip-tests = true } # flaky test (thread::sleep; will fail on heavily loaded machines)
172177

173178
[github-repos]
174179
# "org_name/repo_name" = { option = true }

0 commit comments

Comments
 (0)