diff options
Diffstat (limited to 'mpv-test.py')
-rwxr-xr-x | mpv-test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpv-test.py b/mpv-test.py index 3ac8985..b5cfcb0 100755 --- a/mpv-test.py +++ b/mpv-test.py @@ -55,7 +55,7 @@ class TestProperties(MpvTestCase): while self.m.core_idle: time.sleep(0.05) for name in sorted(self.m.property_list): - if name in ('external-file','input-ipc-server', 'heartbeat-cmd', 'wid', 'input-file'): + if name in ('external-file','input-ipc-server', 'heartbeat-cmd', 'wid', 'input-file', 'input-unix-socket'): continue name = name.replace('-', '_') with self.subTest(property_name=name), self.swallow_mpv_errors([ |