mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-10 06:55:10 +00:00
13 lines
414 B
Diff
13 lines
414 B
Diff
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")
|
|
|