From 6af6857ecfd5d67e5e9125c7ace0900475481275 Mon Sep 17 00:00:00 2001 From: Soutaro Matsumoto Date: Wed, 21 Dec 2022 22:11:51 +0900 Subject: Set up RBS_SKIP_TESTS (#6862) * Set up RBS_SKIP_TESTS --- tool/rbs_skip_tests | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tool/rbs_skip_tests (limited to 'tool/rbs_skip_tests') diff --git a/tool/rbs_skip_tests b/tool/rbs_skip_tests new file mode 100644 index 0000000000..071b3ac313 --- /dev/null +++ b/tool/rbs_skip_tests @@ -0,0 +1,9 @@ +test_collection_install(RBS::CliTest) running tests without Bundler +test_collection_install_frozen(RBS::CliTest) running tests without Bundler +test_collection_update(RBS::CliTest) running tests without Bundler + +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 -- cgit v1.2.1