@@ -126,6 +126,10 @@ test-patience = { skip-tests = true } # flaky test (timing)
126126timekeeper = { skip-tests = true } # flaky test (timing)
127127tokio-proto = { skip-tests = true } # flaky test (concurrency)
128128toql_derive = { skip-tests = true } # flaky test ("Sometimes failes becuse join order different")
129+ niftygate-asset = { skip = true } # cfg for stable/nightly, but not beta
130+ futuredsp = { skip = true } # cfg for stable/nightly, but not beta
131+ buildstructor = { skip-tests = true } # compiler error checks in tests
132+ crokey = { skip-tests = true } # compiler error checks in tests
129133
130134[github-repos ]
131135# "org_name/repo_name" = { option = true }
@@ -143,5 +147,20 @@ toql_derive = { skip-tests = true } # flaky test ("Sometimes failes becuse join
143147"kellymclaughlin/rust-quickcheck-example" = { skip-tests = true } # flaky tests
144148"otaviopace/minigrep" = { skip-tests = true } # flaky tests
145149"wischli/rpaillier" = { skip-tests = true } # flaky tests
150+ "AntonChernev/suffix-tree-search" = { skip-tests = true } # flaky tests
151+ "0xpr03/yayd" = { skip-tests = true } # network in tests
152+ "APTy/icmp" = { skip-tests = true } # network in tests
153+ "GothAck/rs-async-debug" = { skip-tests = true } # compiler error checks in tests
154+ "hank-der-hafenarbeiter/imperative-rs" = { skip-tests = true } # compiler error checks in tests
155+ "Sanchos01/weather" = { skip-tests = true } # network in tests
156+ "appaquet/extsort-rs" = { skip-tests = true } # flaky tests
157+ "ardeaf/redelete" = { skip-tests = true } # network in tests
158+ "baoziv587/LoxLang" = { skip-tests = true } # flaky tests
159+ "ciusji/eureka" = { skip-tests = true } # flaky tests
160+ "cpard/cuckoo" = { skip-tests = true } # flaky tests (random)
161+ "fedormatantsev/rust-components-prototype" = { skip-tests = true } # flaky tests
162+ "naomijub/genetic-labyrinth" = { skip-tests = true } # flaky tests
163+ "sachaarbonel/trie.rs" = { skip-tests = true } # flaky tests
164+ "vspecky/neat-rs" = { skip-tests = true } # flaky tests
146165
147166[local-crates ]
0 commit comments