2023-03-20 04:39:17 +03:00
|
|
|
# Running tests of RBS gem may fail because of various reasons.
|
|
|
|
# You can skip tests of RBS gem using this file, instead of pushing a new commit to `ruby/rbs` repository.
|
|
|
|
#
|
|
|
|
# The most frequently seen reason is the incompatibilities introduced to the unreleased version, including
|
|
|
|
#
|
|
|
|
# * Strict argument type check is introduced
|
|
|
|
# * A required method parameter is added
|
|
|
|
# * A method/class is removed
|
|
|
|
#
|
|
|
|
# Feel free to skip the tests with this file for that case.
|
|
|
|
#
|
|
|
|
# Syntax:
|
|
|
|
#
|
|
|
|
# $(test-case-name) ` ` $(optional comment) # Skipping single test case
|
|
|
|
# $(test-class-name) ` ` $(optional comment) # Skipping a test class
|
|
|
|
#
|
|
|
|
|
|
|
|
test_replicate(EncodingTest) the method was removed in 3.3
|
|
|
|
|
2022-12-21 16:11:51 +03:00
|
|
|
test_collection_install(RBS::CliTest) running tests without Bundler
|
|
|
|
test_collection_install_frozen(RBS::CliTest) running tests without Bundler
|
2023-04-28 05:04:03 +03:00
|
|
|
test_collection_install_gemspec(RBS::CliTest) running tests without Bundler
|
2022-12-21 16:11:51 +03:00
|
|
|
test_collection_update(RBS::CliTest) running tests without Bundler
|
|
|
|
|
2023-11-14 15:28:51 +03:00
|
|
|
test_TOPDIR(RbConfigSingletonTest) `TOPDIR` is `nil` during CI while RBS type is declared as `String`
|
|
|
|
|
2023-08-24 06:19:33 +03:00
|
|
|
test_aref(FiberSingletonTest) the method should not accept String keys
|
|
|
|
|
2022-12-21 16:11:51 +03:00
|
|
|
NetSingletonTest depending on external resources
|
|
|
|
NetInstanceTest depending on external resources
|
|
|
|
TestHTTPRequest depending on external resources
|
|
|
|
TestSingletonNetHTTPResponse depending on external resources
|
|
|
|
TestInstanceNetHTTPResponse depending on external resources
|