From cd48e6af4b54011d7bdef57be9b7d58cfdbe6698 Mon Sep 17 00:00:00 2001 From: Marco Herrera Date: Thu, 3 Feb 2022 09:43:14 -0600 Subject: [PATCH] Skip tiovxldc unit tests --- tests/check/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/check/meson.build b/tests/check/meson.build index d8da08df7..636fadf63 100644 --- a/tests/check/meson.build +++ b/tests/check/meson.build @@ -13,7 +13,7 @@ gst_tests = [ ['gsttiovxdemux', false, [gst_internal_dep], [] ], ['gsttiovxdlcolorblend', false, [gst_internal_dep], [] ], ['gsttiovxdlpreproc', false, [gst_internal_dep], [] ], - ['gsttiovxisp', false, [gst_internal_dep], [] ], + ['gsttiovxisp', true, [gst_internal_dep], [] ], ['gsttiovxldc', false, [gst_internal_dep], [] ], ['gsttiovxmosaic', false, [gst_internal_dep], [] ], ['gsttiovxmultiscaler', false, [gst_internal_dep], [] ],