mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
debian: Remove patches for fixing tests
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
61d88fd4f2
commit
14aa0b3144
@ -1,22 +0,0 @@
|
||||
Subject: Skip privileged actions test
|
||||
|
||||
--- a/plinth/tests/test_actions.py
|
||||
+++ b/plinth/tests/test_actions.py
|
||||
@@ -33,6 +33,7 @@
|
||||
cfg.actions_dir = os.path.join(root_dir, 'actions')
|
||||
|
||||
|
||||
+@unittest.skip('Skipping privileged actions tests')
|
||||
class TestPrivileged(unittest.TestCase):
|
||||
"""Verify that privileged actions perform as expected.
|
||||
|
||||
--- a/plinth/modules/letsencrypt/tests/test_domain_name_changes.py
|
||||
+++ b/plinth/modules/letsencrypt/tests/test_domain_name_changes.py
|
||||
@@ -23,6 +23,7 @@
|
||||
from .. import on_domain_added, on_domain_removed
|
||||
|
||||
|
||||
+@unittest.skip('Skipping tests that require root privileges')
|
||||
class TestDomainNameChanges(unittest.TestCase):
|
||||
"""Test for automatically obtaining and revoking Let's Encrypt certs"""
|
||||
|
||||
4
debian/patches/series
vendored
4
debian/patches/series
vendored
@ -1,4 +0,0 @@
|
||||
#0001-disable-privileged-actions-test.patch
|
||||
#0002-skip-copy-doc-dir.patch
|
||||
#0003-disable-missing-packages.patch
|
||||
#0004-enable-login-services.patch
|
||||
Loading…
x
Reference in New Issue
Block a user