Skip to content

Commit

Permalink
Avoid running grpc tests on TruffleRuby, it's broken upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoanjo committed Feb 26, 2021
1 parent 7c19d86 commit d2c9468
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,9 @@ task :ci do
declare 'bundle exec appraisal contrib rake spec:faraday'
declare 'bundle exec appraisal contrib rake spec:grape'
declare 'bundle exec appraisal contrib rake spec:graphql'
declare 'bundle exec appraisal contrib rake spec:grpc'
if RUBY_ENGINE != 'truffleruby'
declare 'bundle exec appraisal contrib rake spec:grpc'
end
declare 'bundle exec appraisal contrib rake spec:http'
declare 'bundle exec appraisal contrib rake spec:httpclient'
declare 'bundle exec appraisal contrib rake spec:httprb'
Expand Down

0 comments on commit d2c9468

Please sign in to comment.