From 82bb69a48f840333d3a82d9b36c026f3a11c1ad8 Mon Sep 17 00:00:00 2001 From: Lucas Nussbaum Date: Wed, 5 Feb 2025 14:17:14 +0100 Subject: [PATCH] Disable test concurrency without concurrent_ruby The way this is implemented (moving away the gem in $HOME) looks dangerous and doesn't work for non-user-installed packages. Forwarded: not-needed Gbp-Pq: Name 0010-Disable-test-concurrency-without-concurrent_ruby.patch --- test/test_web_concurrency_auto.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_web_concurrency_auto.rb b/test/test_web_concurrency_auto.rb index 8afebe6..a2fed7a 100644 --- a/test/test_web_concurrency_auto.rb +++ b/test/test_web_concurrency_auto.rb @@ -39,7 +39,7 @@ class TestWebConcurrencyAuto < TestIntegration end # Rename the processor_counter file, then restore - def test_web_concurrency_with_concurrent_ruby_unavailable + def xxtest_web_concurrency_with_concurrent_ruby_unavailable file_path = nil skip_unless :fork -- 2.30.2