@@ -126,6 +126,10 @@ test-patience = { skip-tests = true } # flaky test (timing)
126
126
timekeeper = { skip-tests = true } # flaky test (timing)
127
127
tokio-proto = { skip-tests = true } # flaky test (concurrency)
128
128
toql_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
129
133
130
134
[github-repos ]
131
135
# "org_name/repo_name" = { option = true }
@@ -143,5 +147,20 @@ toql_derive = { skip-tests = true } # flaky test ("Sometimes failes becuse join
143
147
"kellymclaughlin/rust-quickcheck-example" = { skip-tests = true } # flaky tests
144
148
"otaviopace/minigrep" = { skip-tests = true } # flaky tests
145
149
"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
146
165
147
166
[local-crates ]
0 commit comments