mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
tests: functional: Skip MLDonkey app
MLDonkey is currently not available in testing and not installable in unstable. Attempting to install MLDonkey leaves dpkg in a broken state which breaks other app installations as well. Signed-off-by: Joseph Nuthalapati <njoseph@riseup.net>
This commit is contained in:
parent
d09fe5240b
commit
102aaff2a2
@ -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):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user