From: Pierre d'Herbemont Date: Wed, 19 Aug 2009 09:42:53 +0000 (+0200) Subject: test: Disable test_media_list_player as it deadlocks. X-Git-Tag: 1.1.0-ff~4248 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=3403c4274410115dbe5ce282aa8b045f8aedb002;p=vlc test: Disable test_media_list_player as it deadlocks. --- diff --git a/test/Makefile.am b/test/Makefile.am index 5b4cc5d127..fd641abb85 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -11,14 +11,15 @@ check_PROGRAMS = \ test_libvlc_core \ test_libvlc_events \ test_libvlc_media_list \ - test_libvlc_media_list_player \ test_libvlc_media_player \ test_src_misc_variables \ $(NULL) # Disabled test: # meta: No suitable test file +# media_list_player: deadlocks. EXTRA_PROGRAMS = \ + test_libvlc_media_list_player \ test_libvlc_meta \ test_dummy \ $(NULL)