diff options
Diffstat (limited to 'tool/rbs_skip_tests')
| -rw-r--r-- | tool/rbs_skip_tests | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/tool/rbs_skip_tests b/tool/rbs_skip_tests index 94a52dcb87..39ac16cb8f 100644 --- a/tool/rbs_skip_tests +++ b/tool/rbs_skip_tests @@ -37,6 +37,9 @@ TestInstanceNetHTTPResponse depending on external resources test_TOPDIR(RbConfigSingletonTest) `TOPDIR` is `nil` during CI while RBS type is declared as `String` +# Failing because ObjectSpace.count_nodes has been removed +test_count_nodes(ObjectSpaceTest) + ## Unknown failures # NoMethodError: undefined method 'inspect' for an instance of RBS::UnitTest::Convertibles::ToInt @@ -44,7 +47,6 @@ test_compile(RegexpSingletonTest) test_linear_time?(RegexpSingletonTest) test_new(RegexpSingletonTest) -## Failed tests caused by unreleased version of Ruby - -# https://github.com/ruby/openssl/pull/774 -test_params(OpenSSLDHTest) +# Errno::ENOENT: No such file or directory - bundle +test_collection_install__pathname_set(RBS::CliTest) +test_collection_install__set_pathname__manifest(RBS::CliTest) |
