We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 01049c0 + 99ccf0c commit 9f7d5cdCopy full SHA for 9f7d5cd
config.toml
@@ -208,7 +208,7 @@ rustc_get_version = { skip = true } # does not build on beta
208
"senrust/toy_compiler2" = { skip-tests = true } # UB when tests run concurrently
209
"Yogaflre/leetcode" = { skip-tests = true } # UB
210
"UndeadRat22/kzg10-rust" = { skip-tests = true } # Wraps a non-thread-safe C++ library
211
-"JakeDawkins/graphql-client-302-repro" = { skip-tests = true } # Stack overflow in a proc macro
+"JakeDawkins/graphql-client-302-repro" = { skip = true } # Stack overflow in a proc macro
212
"cdstanford/hydroflow-hackathon" = { skip-tests = true } # UB in a proc macro
213
"hydro-project/compute-pi" = { skip-tests = true } # UB in a proc macro
214
"KatsukiFujimoto/git-rs" = { skip-tests = true } # flaky test (HashSet iteration)
0 commit comments