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:
parent
9e82ebbff4
commit
70a0e6f7d7
@ -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 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user