[PATCH] Skip failing tests
authorMarc Leeman <m.leeman@televic.com>
Tue, 19 Dec 2023 10:59:24 +0000 (11:59 +0100)
committerJeremy Bícha <jbicha@ubuntu.com>
Sat, 27 Jan 2024 01:04:39 +0000 (20:04 -0500)
camerabin:
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1244

netsim:
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3000

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

tests/check/meson.build

index 590135899b2116a62e86fcb5fe11d44eec76a42b..35f198787dca932a4dd927c2bd3b71a7a6f8858c 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(), ],
@@ -138,7 +138,7 @@ if host_machine.system() != 'windows'
     [['elements/jpegparse.c'], not cdata.has('HAVE_UNISTD_H')],
     [['elements/kate.c'],
         not kate_dep.found() or not cdata.has('HAVE_UNISTD_H'), [kate_dep]],
-    [['elements/netsim.c']],
+    [['elements/netsim.c'], true],
     [['elements/shm.c'], not shm_enabled, shm_deps],
     [['elements/voaacenc.c'],
         not voaac_dep.found() or not cdata.has('HAVE_UNISTD_H'), [voaac_dep]],