Skip to content

Commit 9f7d5cd

Browse files
authored
Merge pull request #755 from adetaylor/patch-1
Skip a troublesome crate
2 parents 01049c0 + 99ccf0c commit 9f7d5cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.toml

+1-1
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)