Skip to content

Commit 772afa0

Browse files
committed
Pend tests on Travis CI
1 parent 01f9766 commit 772afa0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/rubygems/test_gem_package.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,7 @@ def test_extract_files_empty
513513

514514
def test_extract_file_permissions
515515
pend "chmod not supported" if Gem.win_platform?
516+
pend "Travis CI enable writable permission to group" if ENV['TRAVIS']
516517

517518
gem_with_long_permissions = File.expand_path("packages/Bluebie-legs-0.6.2.gem", __dir__)
518519

@@ -528,6 +529,7 @@ def test_extract_file_permissions
528529

529530
def test_extract_file_umask_global_permissions
530531
pend "chmod not supported" if Gem.win_platform?
532+
pend "Travis CI enable writable permission to group" if ENV['TRAVIS']
531533

532534
package = Gem::Package.new @gem
533535

0 commit comments

Comments
 (0)