mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 10:53:11 +00:00
Merge pull request #289553 from misuzu/gotosocial-tests
gotosocial: skip flaky test
This commit is contained in:
commit
6ccd20914b
@ -43,6 +43,9 @@ buildGoModule rec {
|
|||||||
# tests are working only on x86_64-linux
|
# tests are working only on x86_64-linux
|
||||||
doCheck = stdenv.isLinux && stdenv.isx86_64;
|
doCheck = stdenv.isLinux && stdenv.isx86_64;
|
||||||
|
|
||||||
|
# flaky test
|
||||||
|
checkFlags = [ "-skip=^TestPage/minID,_maxID_and_limit_set$" ];
|
||||||
|
|
||||||
passthru.tests.gotosocial = nixosTests.gotosocial;
|
passthru.tests.gotosocial = nixosTests.gotosocial;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user