remove skip
This commit is contained in:
parent
a5d2eaa3f8
commit
33a9cca5aa
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ class RunnerNextcloud(Runner):
|
||||||
dependencies = ["authentik"]
|
dependencies = ["authentik"]
|
||||||
setups = [Test(test_file="setup_nextcloud.py", prevent_skip=False)]
|
setups = [Test(test_file="setup_nextcloud.py", prevent_skip=False)]
|
||||||
tests = [
|
tests = [
|
||||||
Test(test_file="tests_nextcloud.py", prevent_skip=True),
|
Test(test_file="tests_nextcloud.py"),
|
||||||
# Test(condition=condition_always_false, test_file="tests_nextcloud_onlyoffice.py"),
|
# Test(condition=condition_always_false, test_file="tests_nextcloud_onlyoffice.py"),
|
||||||
]
|
]
|
||||||
# cleanups = [Test(test_file="cleanup_nextcloud.py")]
|
# cleanups = [Test(test_file="cleanup_nextcloud.py")]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue