File: 0006_Flaky_Test.patch

package info (click to toggle)
python-mpv 1.0.7-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 592 kB
  • sloc: python: 2,159; sh: 17; makefile: 3
file content (14 lines) | stat: -rw-r--r-- 568 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Skip this test, as it's flaky and causes FTBFS when it fails.
See: https://github.com/jaseg/python-mpv/issues/286
Index: python-mpv/tests/test_mpv.py
===================================================================
--- python-mpv.orig/tests/test_mpv.py
+++ python-mpv/tests/test_mpv.py
@@ -915,6 +915,7 @@ class CommandTests(MpvTestCase):
 
 class RegressionTests(MpvTestCase):
 
+    @unittest.skip('Flaky')
     def test_wait_for_property_concurrency(self):
         players = [mpv.MPV(vo=testvo, loglevel='debug', log_handler=timed_print()) for i in range(2)]