From 62ef6327f9aefd0d270ed6a40e0537c6074f07ba Mon Sep 17 00:00:00 2001 From: "Tim (Theemathas) Chirananthavat" Date: Mon, 20 Jul 2026 17:18:58 +0700 Subject: [PATCH] Skip tests on 27 crates --- config.toml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/config.toml b/config.toml index 2e2c1001..b94da7cb 100644 --- a/config.toml +++ b/config.toml @@ -178,6 +178,11 @@ graphicsmagick = { skip = true } # broken beta rustc version parsing graphicsmagick-sys = { skip = true } # broken beta rustc version parsing forkable = { skip = true } # broken beta rustc version parsing pass_by_catastrophe = { skip = true } # proc macro uses randomness, sometimes causing a compile error +digifi = { skip-tests = true } # flaky test (runs a stochastic process and asserts result is good enough) +dust_dds = { skip-tests = true } # flaky tests +easy-threadpool = { skip-tests = true } # has a test that's supposed to find flaky tests. and well, it's doing its job. +expression_engine = { skip-tests = true } # flaky tests at v0.7.0. already fixed in the repo version, but release doesn't look likely any time soon +check-if-email-exists = { skip-tests = true } # flaky: test fails when ran without network, *unless* it stalls out the 1ms timeout [github-repos] # "org_name/repo_name" = { option = true } @@ -269,5 +274,27 @@ pass_by_catastrophe = { skip = true } # proc macro uses randomness, sometimes ca "olegfomenko/valida-examples" = { skip-tests = true } # test requires custom toolchain and specific target "Steven9101/novasdr-wasm" = { skip = true } # depends on futuredsp, which has cfg for stable/nightly, but not beta "jonwolski/records-in-rust" = { skip = true } # writes to a potentially-read-only file +"hapejot/logic-programming" = { skip-tests = true } # flaky: hashmap iteration order +"KafkaWannaFly/calculator-mcp" = { skip-tests = true } # flaky tests when run concurrently (mutates shared environment variable) +"M1n-74316D65/rusted-yadm" = { skip-tests = true } # flaky tests when run concurrently (mutates shared environment variable) +"Marven11/justcache" = { skip-tests = true } # flaky: root cause unclear, probably logic bug in management of BuildHasher state +"Podcastindex-org/feedparser" = { skip-tests = true } # flaky test (vibecoded garbage, didn't investigate beyond reproducing the flakiness) +"bitcoin-dev-tools/benchkit" = { skip-tests = true } # flaky tests when run concurrently (mutates shared environment variables) +"codesections/dlarm" = { skip-tests = true } # flaky: mutates global filesystem state, depends on ordering between tests +"cromulentbanana/korrect" = { skip-tests = true } # flaky tests when run concurrently (mutates shared environment variables) +"egonzalez49/advent-2023" = { skip-tests = true } # flaky: tests get serialized, but still depend on the order they are ran in +"foursixnine/hetzner-robot-rs" = { skip-tests = true } # flaky: mutates shared environment variables) +"girstenbrei/miltr" = { skip-tests = true } # flaky: race condition when setting up test +"grazzhopper/notebot" = { skip-tests = true } # flaky tests when run concurrently (mutates shared filesystem state) +"lollek/omoria" = { skip-tests = true } # flaky: no idea, but reproduces quite quickly +"matheus23/rust-set-reconciliation" = { skip-tests = true } # flaky: i think the proptest only sometimes finds the bug? +"promised-ai/rv" = { skip-tests = true } # flaky: literally tests that random process succeeds at least once in 5 tries +"pzhenzhou/r_tpl" = { skip-tests = true } # flaky: unclear why but easy to reproduce +"rain2307/xext-tokio" = { skip-tests = true } # flaky tests when run concurrently (tests interfere by sending unix signals to each other) +"vera-codes6/rust-algorithms-implementation" = { skip-tests = true } # flaky: sleep sort fails under havy load +"nikita-skobov/progresslib2" = { skip-tests = true } # flaky: tests involve sleeps, fails under heavy load +"ydarma/fluent_data" = { skip-tests = true } # flaky: race condition when setting up test +"zthompson47/pseudotty" = { skip-tests = true } # flaky: expects subprocess to respond within 10ms +"chen-siyuan/ray-tracing" = { skip-tests = true } # flaky: tests a random process [local-crates]