xapian: skip time-sensitive tests
I think I've seen this break builds on Hydra repeatedly, e.g: https://hydra.nixos.org/build/123513191
This commit is contained in:
parent
9ffa14d581
commit
4fba844a0f
@ -18,6 +18,7 @@ let
|
|||||||
nativeBuildInputs = [ autoreconfHook ];
|
nativeBuildInputs = [ autoreconfHook ];
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
AUTOMATED_TESTING = true; # https://trac.xapian.org/changeset/8be35f5e1/git
|
||||||
|
|
||||||
patches = stdenv.lib.optionals stdenv.isDarwin [ ./skip-flaky-darwin-test.patch ];
|
patches = stdenv.lib.optionals stdenv.isDarwin [ ./skip-flaky-darwin-test.patch ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user