disable-test-failing-on-arm64
authorDebian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Mon, 23 Dec 2024 22:07:19 +0000 (19:07 -0300)
committerLucas Kanashiro <kanashiro@debian.org>
Mon, 23 Dec 2024 22:07:19 +0000 (19:07 -0300)
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 bd274e7893611adefc3352446532ecba99c474a6..b9ded19b8a6d4a97100a447dc7177707174d1a3a 100644 (file)
@@ -32,7 +32,7 @@ class TestPluginSystemd < TestIntegration
     @sockaddr = nil
   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