wgo: disable flaky tests

This commit is contained in:
Aaron Jheng 2023-11-13 02:58:23 +00:00
parent c78186e362
commit 1090449c89
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3

View File

@ -23,6 +23,12 @@ buildGoModule {
subPackages = [ "." ];
checkFlags = [
# Flaky tests.
# See https://github.com/bokwoon95/wgo/blob/e0448e04b6ca44323f507d1aca94425b7c69803c/START_HERE.md?plain=1#L26.
"-skip=TestWgoCmd_FileEvent"
];
meta = with lib; {
description = "Live reload for Go apps";
homepage = "https://github.com/bokwoon95/wgo";