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:
Vladimír Čunát 2020-07-04 19:08:49 +02:00
parent 9ffa14d581
commit 4fba844a0f
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -18,6 +18,7 @@ let
nativeBuildInputs = [ autoreconfHook ];
doCheck = true;
AUTOMATED_TESTING = true; # https://trac.xapian.org/changeset/8be35f5e1/git
patches = stdenv.lib.optionals stdenv.isDarwin [ ./skip-flaky-darwin-test.patch ];