@@ -75,6 +75,7 @@ idx = { skip-tests = true } # depends on filesystem
75
75
image-stream = { skip-tests = true } # depends on network
76
76
ipc-channel = { slow = true } # tests slow to run
77
77
jemalloc-ctl = { skip-tests = true } # flaky tests
78
+ latin_squares = { skip-tests = true } # flaky test (random)
78
79
ledger-transport-zemu = { skip = true } # buggy build script
79
80
libfuzzy-sys = { skip = true } # flaky build
80
81
loadconf = { skip-tests = true } # flaky test
@@ -109,6 +110,7 @@ structopt = { broken = true } # missing feature
109
110
sysconf = { skip-tests = true } # flaky test
110
111
tasks-framework = { skip-tests = true } # flaky tests
111
112
theban_interval_tree = { skip-tests = true } # flaky tests
113
+ timemoji = { skip-tests = true } # flaky tests (random)
112
114
tokio = { broken = true } # missing feature
113
115
tokio-periodic = { skip-tests = true } # flaky tests
114
116
tokio-rustls = { broken = true } # missing feature
@@ -175,5 +177,9 @@ stabby = { skip = true } # broken rustc version parsing
175
177
"mistrpopo/MandelbrotAnimation" = { skip-tests = true } # second build seems to always fail
176
178
"bastibl/futuresdr" = { skip = true } # unstable features
177
179
"FutureSDR/FutureSDR" = { skip = true } # unstable features
180
+ "ns6251/spin-cookie-token-sample" = { skip = true } # linker error caused by a pinned dependency
181
+ "FlixCoder/EvoResNN" = { skip-tests = true } # flaky tests (random)
182
+ "WiZLite/wisp" = { skip-tests = true } # flaky tests (rely on HashMap iteration order)
183
+ "adrien-zinger/dyn-timeout" = { skip-tests = true } # flaky tests (time sensitive due to deadlock)
178
184
179
185
[local-crates ]
0 commit comments