summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/pathname/test_pathname.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/pathname/test_pathname.rb b/test/pathname/test_pathname.rb
index a365b6e5d4..ef88e284e8 100644
--- a/test/pathname/test_pathname.rb
+++ b/test/pathname/test_pathname.rb
@@ -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