about summary refs log tree commit diff
path: root/pkgs/desktops/gnome-3/core
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2018-01-01 14:27:52 +0100
committerJan Tojnar <jtojnar@gmail.com>2018-01-01 14:27:58 +0100
commit70a0e6f7d7e186343ae3bda763cd3c81e19a7156 (patch)
tree4376d700d9e3b9a32690a5797e8fc8156a2d4c6a /pkgs/desktops/gnome-3/core
parent9e82ebbff4452e85e29d9b2658baf0cf062febb9 (diff)
downloadnixlib-70a0e6f7d7e186343ae3bda763cd3c81e19a7156.tar
nixlib-70a0e6f7d7e186343ae3bda763cd3c81e19a7156.tar.gz
nixlib-70a0e6f7d7e186343ae3bda763cd3c81e19a7156.tar.bz2
nixlib-70a0e6f7d7e186343ae3bda763cd3c81e19a7156.tar.lz
nixlib-70a0e6f7d7e186343ae3bda763cd3c81e19a7156.tar.xz
nixlib-70a0e6f7d7e186343ae3bda763cd3c81e19a7156.tar.zst
nixlib-70a0e6f7d7e186343ae3bda763cd3c81e19a7156.zip
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
Diffstat (limited to 'pkgs/desktops/gnome-3/core')
-rw-r--r--pkgs/desktops/gnome-3/core/gnome-keyring/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/desktops/gnome-3/core/gnome-keyring/default.nix b/pkgs/desktops/gnome-3/core/gnome-keyring/default.nix
index 6a6722c3b60f..77339d78c8d8 100644
--- a/pkgs/desktops/gnome-3/core/gnome-keyring/default.nix
+++ b/pkgs/desktops/gnome-3/core/gnome-keyring/default.nix
@@ -30,7 +30,8 @@ stdenv.mkDerivation rec {
     patchShebangs build
   '';
 
-  doCheck = true;
+  # Tests are not deterministic https://bugzilla.gnome.org/show_bug.cgi?id=791932
+  doCheck = false;
   checkPhase = ''
     export HOME=$(mktemp -d)
     dbus-run-session \