From 708c4903e1a41decd39f3ac95f786f15d942982d Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Tue, 28 Mar 2023 09:29:47 +0900 Subject: RBS: Pathname#taint and Pathname#untaint are removed --- tool/rbs_skip_tests | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tool') 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 -- cgit v1.2.1