gotosocial: do not skip TestValidateEmail

It was fixed by https://github.com/superseriousbusiness/gotosocial/pull/2760
This commit is contained in:
j.r 2024-04-11 16:33:17 +02:00
parent cb0ecfc025
commit d244dc962d
No known key found for this signature in database
GPG Key ID: E74A18B933F9145E
1 changed files with 0 additions and 3 deletions

View File

@ -49,9 +49,6 @@ buildGoModule rec {
skippedTests = [
# See: https://github.com/superseriousbusiness/gotosocial/issues/2651
"TestPage/minID,_maxID_and_limit_set"
# See: https://github.com/superseriousbusiness/gotosocial/pull/2760. Stop skipping
# this test when fixed for go 1.21.8 and above
"TestValidationTestSuite/TestValidateEmail"
];
in
[ "-skip=^${builtins.concatStringsSep "$|^" skippedTests}$" ];