gotosocial: skip flaky test
This commit is contained in:
parent
3c43b81701
commit
88188439fb
1 changed files with 3 additions and 0 deletions
|
@ -43,6 +43,9 @@ buildGoModule rec {
|
|||
# tests are working only on x86_64-linux
|
||||
doCheck = stdenv.isLinux && stdenv.isx86_64;
|
||||
|
||||
# flaky test
|
||||
checkFlags = [ "-skip=^TestPage/minID,_maxID_and_limit_set$" ];
|
||||
|
||||
passthru.tests.gotosocial = nixosTests.gotosocial;
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue