From e6b2cd15e34cbeaf07d8ced2db89d02272e9d5af Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 14 Nov 2023 20:35:56 +0900 Subject: Skip test_diff_* from rbs tests. It used bundle command --- tool/rbs_skip_tests | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tool/rbs_skip_tests b/tool/rbs_skip_tests index 7a67e156ef..dcebf330bb 100644 --- a/tool/rbs_skip_tests +++ b/tool/rbs_skip_tests @@ -21,10 +21,12 @@ test_collection_install(RBS::CliTest) running tests without Bundler test_collection_install_frozen(RBS::CliTest) running tests without Bundler test_collection_install_gemspec(RBS::CliTest) running tests without Bundler test_collection_update(RBS::CliTest) running tests without Bundler +test_diff_diff(RBS::CliTest) running tests without Bundler +test_diff_markdown(RBS::CliTest) running tests without Bundler test_subtract(RBS::CliTest) running tests without Bundler test_subtract_several_subtrahends(RBS::CliTest) running tests without Bundler test_subtract_write(RBS::CliTest) running tests without Bundler -test_subtract_write_removes_definition_if_empty(RBS::CliTest) runnint tests without Bundler +test_subtract_write_removes_definition_if_empty(RBS::CliTest) running tests without Bundler test_aref(FiberSingletonTest) the method should not accept String keys -- cgit v1.2.3