Skip to content

Commit 7a0bff2

Browse files
committed
Disable failing test on old Ruby version
* See #405
1 parent c7079ef commit 7a0bff2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ jobs:
184184
- run: gem --version | grep -F "3.3.3"
185185

186186
testUseBundlerFromRubyGemsUpdate:
187+
if: false # https://github.com/ruby/setup-ruby/issues/405
187188
name: "Test rubygems: version uses the Bundler installed by the rubygems update"
188189
runs-on: ubuntu-latest
189190
steps:

0 commit comments

Comments
 (0)