From 80eb673e8377bd777b89cb6b9f0cb326fac7dd38 Mon Sep 17 00:00:00 2001 From: Benjamin Berg Date: Fri, 30 Jul 2021 23:10:11 +0200 Subject: [PATCH] tests: Remove broken test_verify_stop_restarts_immediately test Before VerifyStart can be called again the current verify operation needs to be completed. This requires waiting for VerifyStop to happen. As such, remove the test, which is expected to fail randomly. --- tests/fprintd.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tests/fprintd.py b/tests/fprintd.py index c54e6a7..7936891 100644 --- a/tests/fprintd.py +++ b/tests/fprintd.py @@ -2679,15 +2679,6 @@ class FPrintdVirtualDeviceVerificationTests(FPrintdVirtualDeviceBaseTest): self.assertIsNone(self._last_result) self.assertFalse(self.finger_present) - def test_verify_stop_restarts_immediately(self): - self.send_image('tented_arch') - self.assertVerifyNoMatch() - - self.call_device_method_async('VerifyStop', '()', []) - self.call_device_method_async('VerifyStart', '(s)', [self.verify_finger]) - - self.wait_for_device_reply(expected_replies=2) - def test_verify_stop_waits_for_completion(self): self.stop_on_teardown = False