new-features #5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue