Skip to content

Commit

Permalink
Merge pull request #755 from adetaylor/patch-1
Browse files Browse the repository at this point in the history
Skip a troublesome crate
  • Loading branch information
pietroalbini authored Jan 12, 2025
2 parents 01049c0 + 99ccf0c commit 9f7d5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ rustc_get_version = { skip = true } # does not build on beta
"senrust/toy_compiler2" = { skip-tests = true } # UB when tests run concurrently
"Yogaflre/leetcode" = { skip-tests = true } # UB
"UndeadRat22/kzg10-rust" = { skip-tests = true } # Wraps a non-thread-safe C++ library
"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
"cdstanford/hydroflow-hackathon" = { skip-tests = true } # UB in a proc macro
"hydro-project/compute-pi" = { skip-tests = true } # UB in a proc macro
"KatsukiFujimoto/git-rs" = { skip-tests = true } # flaky test (HashSet iteration)
Expand Down

0 comments on commit 9f7d5cd

Please sign in to comment.