Skip to content

Commit a73682d

Browse files
committed
Auto merge of #720 - nbdd0121:patch-1, r=Mark-Simulacrum
Ignore some flaky crates These crates are discovered during crater run of rust-lang/rust#116088 to be flaky, details [here](rust-lang/rust#116088 (comment)). I only included the crates that I have determined (by examining source code and reproducing flakiness locally), and does not include actively-maintained crate (e.g. command-fds).
2 parents 4dbd62a + a19e3de commit a73682d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config.toml

+6
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ idx = { skip-tests = true } # depends on filesystem
7575
image-stream = { skip-tests = true } # depends on network
7676
ipc-channel = { slow = true } # tests slow to run
7777
jemalloc-ctl = { skip-tests = true } # flaky tests
78+
latin_squares = { skip-tests = true } # flaky test (random)
7879
ledger-transport-zemu = { skip = true } # buggy build script
7980
libfuzzy-sys = { skip = true } # flaky build
8081
loadconf = { skip-tests = true } # flaky test
@@ -109,6 +110,7 @@ structopt = { broken = true } # missing feature
109110
sysconf = { skip-tests = true } # flaky test
110111
tasks-framework = { skip-tests = true } # flaky tests
111112
theban_interval_tree = { skip-tests = true } # flaky tests
113+
timemoji = { skip-tests = true } # flaky tests (random)
112114
tokio = { broken = true } # missing feature
113115
tokio-periodic = { skip-tests = true } # flaky tests
114116
tokio-rustls = { broken = true } # missing feature
@@ -175,5 +177,9 @@ stabby = { skip = true } # broken rustc version parsing
175177
"mistrpopo/MandelbrotAnimation" = { skip-tests = true } # second build seems to always fail
176178
"bastibl/futuresdr" = { skip = true } # unstable features
177179
"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)
178184

179185
[local-crates]

0 commit comments

Comments
 (0)