Skip to content

Commit 1a65331

Browse files
committed
exclude TestRDocRubyGemsHook at job of ruby-core
1 parent af60c4b commit 1a65331

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ruby-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ jobs:
5555
ruby tool/sync_default_gems.rb rdoc
5656
working-directory: ruby/ruby
5757
- name: Test RDoc
58-
run: make -j2 -s test-all TESTS="rdoc --no-retry"
58+
run: make -j2 -s test-all TESTS="rdoc --no-retry --exclude test_rdoc_rubygems_hook.rb"
5959
working-directory: ruby/ruby

test/rdoc/test_rdoc_rubygems_hook.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
require_relative '../../lib/rubygems_plugin'
66
require 'test/unit'
77

8-
class TestRDocRubygemsHook < Test::Unit::TestCase
8+
class TestRDocRubyGemsHook < Test::Unit::TestCase
99
def setup
1010
@a = Gem::Specification.new do |s|
1111
s.platform = Gem::Platform::RUBY

0 commit comments

Comments
 (0)