Skip to content

Commit 95f3928

Browse files
committed
skip tests for 15 crates
1 parent f3e4a12 commit 95f3928

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

config.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,16 @@ 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+
rskin = { skip-tests = true } # tests depend on filesystem layout
170+
quanta = { skip-tests = true } # flaky test (timing)
171+
single_executor = { skip-tests = true } # flaky test (timing)
162172

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

245261
[local-crates]

0 commit comments

Comments
 (0)