Unverified Commit c70215a6 authored by ghpzin's avatar ghpzin
Browse files

fprintd: disable flaky test

parent 25e9685b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -88,6 +88,12 @@ stdenv.mkDerivation rec {
    "--no-suite" "fprintd:TestPamFprintd"
  ];

  patches = [
    # Skip flaky test "test_removal_during_enroll"
    # https://gitlab.freedesktop.org/libfprint/fprintd/-/issues/129
    ./skip-test-test_removal_during_enroll.patch
  ];

  postPatch = ''
    patchShebangs \
      po/check-translations.sh \
+12 −0
Original line number Diff line number Diff line
diff --git a/tests/fprintd.py b/tests/fprintd.py
index 370d7bb..4e4d78c 100644
--- a/tests/fprintd.py
+++ b/tests/fprintd.py
@@ -1609,6 +1609,7 @@ class FPrintdVirtualDeviceTest(FPrintdVirtualDeviceBaseTest):
         time.sleep(1)
 
     def test_removal_during_enroll(self):
+        self.skipTest("flaky test")
         if not self._has_hotplug:
             self.skipTest("libfprint is too old for hotplug")