pretalx: disable racy test (#351927)

This commit is contained in:
Weijia Wang 2024-10-28 21:17:58 +01:00 committed by GitHub
commit 33b7b72eab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = {