mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Do not test File class method
It fails by EPERM for unknown reason. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67103 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
cc6806c76c
commit
5f08c9e2e0
1 changed files with 3 additions and 3 deletions
|
@ -798,9 +798,9 @@ class TestPathname < Test::Unit::TestCase
|
|||
# Docker prohibits statx syscall by the default.
|
||||
skip("statx(2) is prohibited by seccomp")
|
||||
rescue NotImplementedError
|
||||
assert_raise(NotImplementedError) do
|
||||
File.birthtime("a")
|
||||
end
|
||||
# assert_raise(NotImplementedError) do
|
||||
# File.birthtime("a")
|
||||
# end
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue