summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/v4l2_compat/v4l2_compat_test.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/v4l2_compat/v4l2_compat_test.py b/test/v4l2_compat/v4l2_compat_test.py
index be16af3b..29c25974 100755
--- a/test/v4l2_compat/v4l2_compat_test.py
+++ b/test/v4l2_compat/v4l2_compat_test.py
@@ -134,6 +134,10 @@ def main(argv):
if driver not in supported_pipelines:
continue
+ # TODO: Add kernel version check when vimc supports scaling
+ if driver == "vimc":
+ continue
+
if not args.all and driver in drivers_tested:
continue