From 18a79e1420b43e7846d61f6febc1cd4ee066f42a Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Tue, 16 Aug 2022 10:37:25 -0400 Subject: [PATCH] avahi: Don't disable after tests It is used by other tests, such as ejabberd's. Signed-off-by: James Valleroy Reviewed-by: Sunil Mohan Adapa --- plinth/modules/avahi/tests/test_functional.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plinth/modules/avahi/tests/test_functional.py b/plinth/modules/avahi/tests/test_functional.py index 9263b3026..10f131f27 100644 --- a/plinth/modules/avahi/tests/test_functional.py +++ b/plinth/modules/avahi/tests/test_functional.py @@ -17,3 +17,4 @@ class TestAvahiApp(BaseAppTests): app_name = 'avahi' has_service = True has_web = False + disable_after_tests = False