disable localization test

This commit is contained in:
Daniel 2023-11-30 13:13:30 +01:00
parent 60f281db95
commit 466acbd760

View file

@ -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