diff --git a/tests/old/testsuite/cleanup/Makefile.am b/tests/old/testsuite/cleanup/Makefile.am index cb1ff56b4a..28369a5aaa 100644 --- a/tests/old/testsuite/cleanup/Makefile.am +++ b/tests/old/testsuite/cleanup/Makefile.am @@ -1,8 +1,10 @@ include ../Rules tests_pass = cleanup1 cleanup2 cleanup4 cleanup5 -tests_fail = -#tests_that_work_sometimes = cleanup3 +tests_fail = + +# cleanup3 fails depending on the machine +tests_ignore = cleanup3 # we have nothing but apps here, we can do this safely cleanup1_LDADD = $(GST_LIBS) diff --git a/testsuite/cleanup/Makefile.am b/testsuite/cleanup/Makefile.am index cb1ff56b4a..28369a5aaa 100644 --- a/testsuite/cleanup/Makefile.am +++ b/testsuite/cleanup/Makefile.am @@ -1,8 +1,10 @@ include ../Rules tests_pass = cleanup1 cleanup2 cleanup4 cleanup5 -tests_fail = -#tests_that_work_sometimes = cleanup3 +tests_fail = + +# cleanup3 fails depending on the machine +tests_ignore = cleanup3 # we have nothing but apps here, we can do this safely cleanup1_LDADD = $(GST_LIBS)