@@ -159,6 +159,16 @@ crt0stack = { skip-tests = true } # UB
159
159
fsdr-blocks = { skip = true } # does not build on beta
160
160
leptos_core = { skip = true } # does not build on beta
161
161
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)
162
172
163
173
[github-repos ]
164
174
# "org_name/repo_name" = { option = true }
@@ -241,5 +251,11 @@ rustc_get_version = { skip = true } # does not build on beta
241
251
"KermanX/ecma_analyzer" = { skip-tests = true } # tried to write to read-only filesystem
242
252
"Kim8584/multiplicative_subgroup_generator" = { skip-tests = true } # relies on HashSet order
243
253
"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
244
260
245
261
[local-crates ]
0 commit comments