summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-03-28 09:29:47 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-03-28 10:51:41 +0900
commit708c4903e1a41decd39f3ac95f786f15d942982d (patch)
tree0b69d0f47d0c7b58201b86c2ebfa8b22d5a17609 /tool
parent67f37b010a6bcaab90255f3899a504346dbfac63 (diff)
downloadruby-708c4903e1a41decd39f3ac95f786f15d942982d.tar.gz
RBS: Pathname#taint and Pathname#untaint are removed
Diffstat (limited to 'tool')
-rw-r--r--tool/rbs_skip_tests2
1 files changed, 2 insertions, 0 deletions
diff --git a/tool/rbs_skip_tests b/tool/rbs_skip_tests
index e3173d3844..e26b467db5 100644
--- a/tool/rbs_skip_tests
+++ b/tool/rbs_skip_tests
@@ -26,3 +26,5 @@ NetInstanceTest depending on external resources
TestHTTPRequest depending on external resources
TestSingletonNetHTTPResponse depending on external resources
TestInstanceNetHTTPResponse depending on external resources
+test_taint(PathnameInstanceTest) removed at ruby/pathname@c52fd3a835
+test_untaint(PathnameInstanceTest) removed at ruby/pathname@c52fd3a835