From e4a9a73931072458f2bc13b29aeb33efb2eb9ae9 Mon Sep 17 00:00:00 2001 From: S-H-GAMELINKS Date: Sat, 6 Jan 2024 21:22:51 +0900 Subject: [PATCH] Skip some RBS test --- tool/rbs_skip_tests | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tool/rbs_skip_tests b/tool/rbs_skip_tests index 68b19085a0..5a0601e3ff 100644 --- a/tool/rbs_skip_tests +++ b/tool/rbs_skip_tests @@ -22,6 +22,14 @@ 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_defs(RBS::RbPrototypeTest) +test_defs_return_type(RBS::RbPrototypeTest) +test_defs_return_type_with_block(RBS::RbPrototypeTest) +test_defs_return_type_with_if(RBS::RbPrototypeTest) +test_endless_method_definition(RBS::RbPrototypeTest) +test_literal_to_type(RBS::RbPrototypeTest) +test_literal_types(RBS::RbPrototypeTest) + test_TOPDIR(RbConfigSingletonTest) `TOPDIR` is `nil` during CI while RBS type is declared as `String` test_aref(FiberSingletonTest) the method should not accept String keys