1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
From: Lucas Nussbaum <lucas@debian.org>
Date: Wed, 5 Feb 2025 14:17:14 +0100
Subject: 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
---
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
|