disable-test-failing-on-arm64
authorDebian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Fri, 7 Feb 2025 20:46:17 +0000 (21:46 +0100)
committerLucas Nussbaum <lucas@debian.org>
Fri, 7 Feb 2025 20:46:17 +0000 (21:46 +0100)
this test is failing on arm64 buildd (sometimes on other archs as well)

Gbp-Pq: Name 0016-disable-test-failing-on-arm64.patch

test/test_plugin_systemd.rb

index 9581585a4249cd6a440cd151c7534251fea723dd..43e7c1698d9814f56622baa6b9e47ab9fbf1d0c3 100644 (file)
@@ -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