gnome3.gnome_keyring: disable tests

Tests are randomly failing so we are disabling them for now.

See: https://bugzilla.gnome.org/show_bug.cgi?id=791932
This commit is contained in:
Jan Tojnar 2018-01-01 14:27:52 +01:00
parent 9e82ebbff4
commit 70a0e6f7d7
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -30,7 +30,8 @@ stdenv.mkDerivation rec {
patchShebangs build patchShebangs build
''; '';
doCheck = true; # Tests are not deterministic https://bugzilla.gnome.org/show_bug.cgi?id=791932
doCheck = false;
checkPhase = '' checkPhase = ''
export HOME=$(mktemp -d) export HOME=$(mktemp -d)
dbus-run-session \ dbus-run-session \