pretalx: disable racy test

This one works with high worker counts, but fails on hydra when using
just two workers.
This commit is contained in:
Martin Weinelt 2024-10-28 17:20:07 +01:00
parent dc402355f7
commit 905d7cf77e
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -220,6 +220,8 @@ python.pkgs.buildPythonApplication rec {
"test_schedule_page_text_table"
"test_schedule_page_text_wrong_format"
"test_versioned_schedule_page"
# Test is racy
"test_can_reset_password_by_email"
];
passthru = {