Skip to content

Commit

Permalink
Tag FileUtils tests hanging only on travis.
Browse files Browse the repository at this point in the history
These tests seem to have started failing very recently. It
appears that on Travis, the root user now no longer reports
supplementary groups via Process.groups (or the C getgroups call
it makes) which causes the chown tests to freak out and hang.

See travis-ci/travis-ci#6878.
  • Loading branch information
headius committed Nov 17, 2016
1 parent da08060 commit 1d5f1f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/mri/excludes/TestFileUtils.rb
@@ -0,0 +1,3 @@
exclude :test_chown_R_force, "hangs on Travis #4294"
exclude :test_chown_R_verbose, "hangs on Travis #4294"
exclude :test_chown_verbose, "hangs on Travis #4294"

0 comments on commit 1d5f1f8

Please sign in to comment.