From: Pirate Praveen Date: Mon, 8 Mar 2021 17:33:21 +0000 (+0530) Subject: Disable test that failied on amd64 buildd X-Git-Tag: archive/raspbian/6.6.0-4+rpi1~1^2^2~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=951a9083fc47f42a64d94c880ce9fb4ca7d8e510;p=puma.git Disable test that failied on amd64 buildd This test failed on amd64 buildd https://buildd.debian.org/status/fetch.php?pkg=puma&arch=amd64&ver=5.2.2-1&stamp=1615133735&raw=0 Forwarded: not-needed Gbp-Pq: Name 0014-disable-test-failing-on-amd64.patch --- diff --git a/test/test_puma_server.rb b/test/test_puma_server.rb index 212db4b..1ce1afb 100644 --- a/test/test_puma_server.rb +++ b/test/test_puma_server.rb @@ -1735,7 +1735,7 @@ class TestPumaServer < TimeoutTestCase end end - def test_command_ignored_before_run + def __test_command_ignored_before_run @server.stop # ignored @server.run @server.halt