Skip to content

Commit 99ccf0c

Browse files
authored
Skip a troublesome crate
This crates' errors are during its build process, not its tests. Discussed in rust-lang/rust#134028.
1 parent 61ed2a4 commit 99ccf0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ rustc_get_version = { skip = true } # does not build on beta
208208
"senrust/toy_compiler2" = { skip-tests = true } # UB when tests run concurrently
209209
"Yogaflre/leetcode" = { skip-tests = true } # UB
210210
"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
211+
"JakeDawkins/graphql-client-302-repro" = { skip = true } # Stack overflow in a proc macro
212212
"cdstanford/hydroflow-hackathon" = { skip-tests = true } # UB in a proc macro
213213
"hydro-project/compute-pi" = { skip-tests = true } # UB in a proc macro
214214
"KatsukiFujimoto/git-rs" = { skip-tests = true } # flaky test (HashSet iteration)

0 commit comments

Comments
 (0)