new-features #5

Merged
dan merged 73 commits from wordpress-nextcloud into dev 2023-12-04 12:46:32 +01:00
Showing only changes of commit 466acbd760 - Show all commits

View file

@ -24,6 +24,6 @@ class RunnerWordpress(Runner):
main_test_name = "test_wordpress.py"
dependencies: list[type[Runner]] = [RunnerAuthentik]
sub_tests = [
SubTest(condition=condition_has_locale, test_file="test_wordpress_localization.py"),
# SubTest(condition=condition_has_locale, test_file="test_wordpress_localization.py"),
]
prevent_skip = True