about summary refs log tree commit diff
path: root/nixos/tests/sddm.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-12-19 13:53:21 +0100
committeraszlig <aszlig@redmoonstudios.org>2016-12-19 22:25:42 +0100
commit02a9da65c9640bd9f61f03d594a360d18541bfad (patch)
tree2d75ed958993ae40290f33b16c954a894ce6e1f9 /nixos/tests/sddm.nix
parent68bc260ca2d71a676dd6afdb3524d4fff483016b (diff)
nixos: Disable OCR for tests that do not use it
Found out during testing of the Tesseract upgrade the kde5 and sddm
tests don't actually use OCR, so let's disable support for it.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @ttuegel
Diffstat (limited to 'nixos/tests/sddm.nix')
-rw-r--r--nixos/tests/sddm.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/nixos/tests/sddm.nix b/nixos/tests/sddm.nix
index 22a9e1bd2c7c4..041d88fbeae63 100644
--- a/nixos/tests/sddm.nix
+++ b/nixos/tests/sddm.nix
@@ -19,8 +19,6 @@ import ./make-test.nix ({ pkgs, ...} : {
     services.xserver.desktopManager.default = "none";
   };
 
-  enableOCR = true;
-
   testScript = { nodes, ... }: ''
     startAll;
     $machine->waitForFile("/home/alice/.Xauthority");