avahi: Don't disable after tests

It is used by other tests, such as ejabberd's.

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
James Valleroy 2022-08-16 10:37:25 -04:00 committed by Sunil Mohan Adapa
parent fa8954464b
commit 18a79e1420
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -17,3 +17,4 @@ class TestAvahiApp(BaseAppTests):
app_name = 'avahi'
has_service = True
has_web = False
disable_after_tests = False