From: Debian Ruby Team Date: Wed, 5 Feb 2025 13:56:49 +0000 (+0100) Subject: disable-test-failing-on-arm64 X-Git-Tag: archive/raspbian/6.6.0-4+rpi1~1^2^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=eab8f88621dbbfaf3611a10c047c844ec54c3a8c;p=puma.git disable-test-failing-on-arm64 this test is failing on arm64 buildd (sometimes on other archs as well) Gbp-Pq: Name 0016-disable-test-failing-on-arm64.patch --- diff --git a/test/test_plugin_systemd.rb b/test/test_plugin_systemd.rb index 9581585..43e7c16 100644 --- a/test/test_plugin_systemd.rb +++ b/test/test_plugin_systemd.rb @@ -31,7 +31,7 @@ class TestPluginSystemd < TestIntegration super end - def test_systemd_notify_usr1_phased_restart_cluster + def __test_systemd_notify_usr1_phased_restart_cluster skip_unless :fork assert_restarts_with_systemd :USR1 end