File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ rustc_get_version = { skip = true } # does not build on beta
208
208
"senrust/toy_compiler2" = { skip-tests = true } # UB when tests run concurrently
209
209
"Yogaflre/leetcode" = { skip-tests = true } # UB
210
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
211
+ "JakeDawkins/graphql-client-302-repro" = { skip = true } # Stack overflow in a proc macro
212
212
"cdstanford/hydroflow-hackathon" = { skip-tests = true } # UB in a proc macro
213
213
"hydro-project/compute-pi" = { skip-tests = true } # UB in a proc macro
214
214
"KatsukiFujimoto/git-rs" = { skip-tests = true } # flaky test (HashSet iteration)
You can’t perform that action at this time.
0 commit comments