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^2^2^2~7 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4f188b3b9fcc253ef67bde0710eb43345030be43;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 b5bbe84..8c6f3f6 100644 --- a/test/test_puma_server.rb +++ b/test/test_puma_server.rb @@ -1566,7 +1566,7 @@ class TestPumaServer < Minitest::Test end end - def test_command_ignored_before_run + def __test_command_ignored_before_run @server.stop # ignored @server.run @server.halt