From 1b6c96a8edc8718f48e72aa579468db664c90763 Mon Sep 17 00:00:00 2001 From: Tom Krizek Date: Tue, 6 Feb 2024 16:52:44 +0100 Subject: [PATCH] Re-enable rndc shutdown test The issue preventing a proper rndc shutdown was recently fixed and the test now passes. (cherry picked from commit fb70c4d475827acbd72292e904315d1a1ddf339c) --- bin/tests/system/shutdown/tests_shutdown.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tests/system/shutdown/tests_shutdown.py b/bin/tests/system/shutdown/tests_shutdown.py index fb9049fdd8..26d810d914 100755 --- a/bin/tests/system/shutdown/tests_shutdown.py +++ b/bin/tests/system/shutdown/tests_shutdown.py @@ -168,7 +168,7 @@ def wait_for_proc_termination(proc, max_timeout=10): # In both methods named should exit gracefully. @pytest.mark.parametrize( "kill_method", - [pytest.param("rndc", marks=pytest.mark.xfail(reason="GL#4060")), "sigterm"], + ["rndc", "sigterm"], ) def test_named_shutdown(ports, kill_method): # pylint: disable-msg=too-many-locals