diff --git a/test/v4l2_compat/v4l2_compat_test.py b/test/v4l2_compat/v4l2_compat_test.py
index ae892ced..6d304b6c 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
+        if driver == "vimc":
+            continue
+
         if not args.all and driver in drivers_tested:
             continue
 
