From 4436547f611fccb621cc9023a9c3371c9e477e91 Mon Sep 17 00:00:00 2001 From: Nicolas Pope <nwpope@utu.fi> Date: Wed, 8 Jul 2020 14:25:13 +0300 Subject: [PATCH] Disable bad python test --- SDK/Python/test/test_readwrite.py | 1 + 1 file changed, 1 insertion(+) diff --git a/SDK/Python/test/test_readwrite.py b/SDK/Python/test/test_readwrite.py index 030dcb7d0..1b246c4a0 100644 --- a/SDK/Python/test/test_readwrite.py +++ b/SDK/Python/test/test_readwrite.py @@ -12,6 +12,7 @@ class TestStreamWriter(unittest.TestCase): def test_read_write_frames_uint8_1080p(self): """ Write calibration and random 1080p image and then read them """ + return # Sebastian to fix this test: Line 31 has wrong channel in orig[1]. f = tempfile.NamedTemporaryFile(suffix=".ftl") -- GitLab