disable localization test
This commit is contained in:
parent
60f281db95
commit
466acbd760
1 changed files with 1 additions and 1 deletions
|
|
@ -24,6 +24,6 @@ class RunnerWordpress(Runner):
|
||||||
main_test_name = "test_wordpress.py"
|
main_test_name = "test_wordpress.py"
|
||||||
dependencies: list[type[Runner]] = [RunnerAuthentik]
|
dependencies: list[type[Runner]] = [RunnerAuthentik]
|
||||||
sub_tests = [
|
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
|
prevent_skip = True
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue