Skip failing tests
authorJeremy Bicha <jeremy.bicha@canonical.com>
Thu, 26 May 2022 17:27:33 +0000 (13:27 -0400)
committerJeremy Bicha <jbicha@ubuntu.com>
Thu, 5 Jan 2023 17:05:53 +0000 (17:05 +0000)
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1244

Gbp-Pq: Name Skip-failing-tests.patch

tests/check/meson.build

index cc0d7ab7f64a19fd6fe0a6ee5fee77d18de96960..7464caa94c71a7ee8a283661af78775e8f0758fd 100644 (file)
@@ -28,7 +28,7 @@ base_tests = [
   [['elements/autoconvert.c'], get_option('autoconvert').disabled()],
   [['elements/autovideoconvert.c'], get_option('autoconvert').disabled()],
   [['elements/avwait.c'], get_option('timecode').disabled()],
-  [['elements/camerabin.c'], get_option('camerabin2').disabled()],
+  [['elements/camerabin.c'], true, ],
   [['elements/ccconverter.c'], not closedcaption_dep.found(), [gstvideo_dep]],
   [['elements/cccombiner.c'], not closedcaption_dep.found(), ],
   [['elements/ccextractor.c'], not closedcaption_dep.found(), ],