wgo: disable flaky tests
This commit is contained in:
parent
c78186e362
commit
1090449c89
1 changed files with 6 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue