Skip to content

Commit

Permalink
exclude TestRDocRubyGemsHook at job of ruby-core
Browse files Browse the repository at this point in the history
  • Loading branch information
mterada1228 committed Sep 7, 2024
1 parent af60c4b commit 1a65331
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ jobs:
ruby tool/sync_default_gems.rb rdoc
working-directory: ruby/ruby
- name: Test RDoc
run: make -j2 -s test-all TESTS="rdoc --no-retry"
run: make -j2 -s test-all TESTS="rdoc --no-retry --exclude test_rdoc_rubygems_hook.rb"
working-directory: ruby/ruby
2 changes: 1 addition & 1 deletion test/rdoc/test_rdoc_rubygems_hook.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
require_relative '../../lib/rubygems_plugin'
require 'test/unit'

class TestRDocRubygemsHook < Test::Unit::TestCase
class TestRDocRubyGemsHook < Test::Unit::TestCase
def setup
@a = Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
Expand Down

0 comments on commit 1a65331

Please sign in to comment.