about summary refs log tree commit diff
path: root/pkgs/servers/gotosocial
diff options
context:
space:
mode:
authorj.r <j.r@jugendhacker.de>2024-04-11 16:33:17 +0200
committerj.r <j.r@jugendhacker.de>2024-04-20 14:11:40 +0200
commitd244dc962d48cabbb000ccd0eac73f07e77833cc (patch)
tree2bd66fce572b108320ad90c31d24d61817e606b6 /pkgs/servers/gotosocial
parentcb0ecfc02553e3590085002f7c1fa5ea2b421a40 (diff)
gotosocial: do not skip TestValidateEmail
It was fixed by https://github.com/superseriousbusiness/gotosocial/pull/2760
Diffstat (limited to 'pkgs/servers/gotosocial')
-rw-r--r--pkgs/servers/gotosocial/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/servers/gotosocial/default.nix b/pkgs/servers/gotosocial/default.nix
index 15df147324a9b..77961869d51af 100644
--- a/pkgs/servers/gotosocial/default.nix
+++ b/pkgs/servers/gotosocial/default.nix
@@ -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}$" ];