mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-13 10:30:16 +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
|
import pytest
|
||||||
from plinth.tests import functional
|
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):
|
class TestMldonkeyApp(functional.BaseAppTests):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user