Skip to content

Commit

Permalink
Add some more excludes for flaky crates
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Simulacrum committed Aug 14, 2022
1 parent c235e67 commit cac5359
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions config.toml
Expand Up @@ -126,6 +126,10 @@ test-patience = { skip-tests = true } # flaky test (timing)
timekeeper = { skip-tests = true } # flaky test (timing)
tokio-proto = { skip-tests = true } # flaky test (concurrency)
toql_derive = { skip-tests = true } # flaky test ("Sometimes failes becuse join order different")
niftygate-asset = { skip = true } # cfg for stable/nightly, but not beta
futuredsp = { skip = true } # cfg for stable/nightly, but not beta
buildstructor = { skip-tests = true } # compiler error checks in tests
crokey = { skip-tests = true } # compiler error checks in tests

[github-repos]
# "org_name/repo_name" = { option = true }
Expand All @@ -143,5 +147,20 @@ toql_derive = { skip-tests = true } # flaky test ("Sometimes failes becuse join
"kellymclaughlin/rust-quickcheck-example" = { skip-tests = true } # flaky tests
"otaviopace/minigrep" = { skip-tests = true } # flaky tests
"wischli/rpaillier" = { skip-tests = true } # flaky tests
"AntonChernev/suffix-tree-search" = { skip-tests = true } # flaky tests
"0xpr03/yayd" = { skip-tests = true } # network in tests
"APTy/icmp" = { skip-tests = true } # network in tests
"GothAck/rs-async-debug" = { skip-tests = true } # compiler error checks in tests
"hank-der-hafenarbeiter/imperative-rs" = { skip-tests = true } # compiler error checks in tests
"Sanchos01/weather" = { skip-tests = true } # network in tests
"appaquet/extsort-rs" = { skip-tests = true } # flaky tests
"ardeaf/redelete" = { skip-tests = true } # network in tests
"baoziv587/LoxLang" = { skip-tests = true } # flaky tests
"ciusji/eureka" = { skip-tests = true } # flaky tests
"cpard/cuckoo" = { skip-tests = true } # flaky tests (random)
"fedormatantsev/rust-components-prototype" = { skip-tests = true } # flaky tests
"naomijub/genetic-labyrinth" = { skip-tests = true } # flaky tests
"sachaarbonel/trie.rs" = { skip-tests = true } # flaky tests
"vspecky/neat-rs" = { skip-tests = true } # flaky tests

[local-crates]

0 comments on commit cac5359

Please sign in to comment.