From 6d10c260891281ab81c45d6bd0cc3c8b7a9feb43 Mon Sep 17 00:00:00 2001 From: Dave Hughes Date: Thu, 1 Jan 2015 20:23:12 +0000 Subject: [PATCH] Push the MJPEG tests to 1080p With #47 fixed, these all seem to pass happily now --- tests/test_record.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_record.py b/tests/test_record.py index 6b0a8e77..d59248d8 100644 --- a/tests/test_record.py +++ b/tests/test_record.py @@ -88,7 +88,7 @@ def format_options(request): def expected_failures(resolution, format, options): if resolution == (2592, 1944) and 'resize' not in options: pytest.xfail('Cannot encode video at max resolution') - if resolution[1] > 480 and format == 'mjpeg': + if resolution[1] > 1080 and format == 'mjpeg': pytest.xfail('Locks up camera')