diff --git a/plinth/modules/mldonkey/tests/test_functional.py b/plinth/modules/mldonkey/tests/test_functional.py index d87db3a19..ebd25118d 100644 --- a/plinth/modules/mldonkey/tests/test_functional.py +++ b/plinth/modules/mldonkey/tests/test_functional.py @@ -6,7 +6,9 @@ Functional, browser based tests for mldonkey app. import pytest from plinth.tests import functional -pytestmark = [pytest.mark.apps, pytest.mark.mldonkey, pytest.mark.sso] +pytestmark = [ + pytest.mark.apps, pytest.mark.mldonkey, pytest.mark.sso, pytest.mark.skip +] class TestMldonkeyApp(functional.BaseAppTests):