Skip to content

Commit 2f06e4f

Browse files
committed
Revert "Pend tests on Travis CI"
This reverts commit 772afa0.
1 parent 6bd997e commit 2f06e4f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/rubygems/test_gem_package.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,6 @@ 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']
517516

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

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

530529
def test_extract_file_umask_global_permissions
531530
pend "chmod not supported" if Gem.win_platform?
532-
pend "Travis CI enable writable permission to group" if ENV['TRAVIS']
533531

534532
package = Gem::Package.new @gem
535533

0 commit comments

Comments
 (0)