disable-test-failing-on-arm64
authorDebian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Mon, 30 Sep 2024 04:16:18 +0000 (09:46 +0530)
committerAbhijith PA <abhijith@debian.org>
Mon, 30 Sep 2024 04:16:18 +0000 (09:46 +0530)
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