From a84f216031f4001aebd6b9b1685fd566a7379650 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= <remi@remlab.net>
Date: Sat, 17 Nov 2018 16:26:10 +0200
Subject: [PATCH] thumbnail: disable broken test

This test never passed. Fix build.

test_src_input_thumbnail: ../../test/src/input/thumbnail.c:78: thumbnailer_callback: Assertion `thumbnail->format.i_chroma == VLC_CODEC_RGB32' failed.
---
 test/Makefile.am | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test/Makefile.am b/test/Makefile.am
index cd709ef2320b..d5e1ed27b6d2 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -26,7 +26,6 @@ check_PROGRAMS = \
 	test_src_misc_variables \
 	test_src_input_stream \
 	test_src_input_stream_fifo \
-	test_src_input_thumbnail \
 	test_src_input_player \
 	test_src_interface_dialog \
 	test_src_misc_bits \
-- 
GitLab