Skip to content

Commit 5fdd945

Browse files
committed
skip tests for 15 crates
1 parent f3e4a12 commit 5fdd945

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

config.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,15 @@ crt0stack = { skip-tests = true } # UB
159159
fsdr-blocks = { skip = true } # does not build on beta
160160
leptos_core = { skip = true } # does not build on beta
161161
rustc_get_version = { skip = true } # does not build on beta
162+
"deadpool" = { skip-tests = true } # flaky tests (timing)
163+
"exclave" = { skip-tests = true } # synchronization issue with mutex access
164+
"fides" = { skip-tests = true } # depends on `HashMap` iteration order
165+
"kaiser" = { skip-tests = true } # UB
166+
"music-player-settings" = { skip-tests = true } # flaky tests when run concurrently (mutates shared environment variables)
167+
"nextera_jwt" = { skip-tests = true } # flaky tests (relies on test execution order to set environment variable)
168+
"nu_plugin_ws" = { skip-tests = true } # flaky test (timing)
169+
"quanta" = { skip-tests = true } # flaky test (timing)
170+
"single_executor" = { skip-tests = true } # flaky test (timing)
162171

163172
[github-repos]
164173
# "org_name/repo_name" = { option = true }
@@ -241,5 +250,11 @@ rustc_get_version = { skip = true } # does not build on beta
241250
"KermanX/ecma_analyzer" = { skip-tests = true } # tried to write to read-only filesystem
242251
"Kim8584/multiplicative_subgroup_generator" = { skip-tests = true } # relies on HashSet order
243252
"LegendarySaiyan/structures" = { skip-tests = true } # new() function creates dangling pointer
253+
"MathiasBjerggaard/3DCylinderSimulation" = { skip-tests = true } # algorithm uses rng
254+
"anatols/atomic_sibling_counter" = { skip-tests = true } # flaky tests when run concurrently (mutates shared allocator state)
255+
"aubex/pytron" = { skip-tests = true } # flaky tests when run concurrently (mutates shared environment variable)
256+
"conradludgate/plunger" = { skip-tests = true } # flaky test (timing)
257+
"marziply/emotech-grpc" = { skip-tests = true } # flaky tests when run concurrently (all try to open socket on same address)
258+
"olegfomenko/valida-examples" = { skip-tests = true } # test requires custom toolchain and specific target
244259

245260
[local-crates]

0 commit comments

Comments
 (0)