mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 17:35:59 +00:00
don't put in a test that fails on all platforms
Original commit message from CVS: don't put in a test that fails on all platforms
This commit is contained in:
parent
dde5c1e9d2
commit
6e01a39feb
2 changed files with 14 additions and 10 deletions
|
@ -3,8 +3,10 @@ include ../Rules
|
|||
tests_pass = \
|
||||
unlink_src unlink_sink \
|
||||
relink_src relink_sink \
|
||||
unref_src unref_sink \
|
||||
useless_iteration
|
||||
unref_src unref_sink
|
||||
|
||||
# don't enable this one unless it actually works.
|
||||
# useless_iteration
|
||||
|
||||
tests_fail =
|
||||
tests_ignore =
|
||||
|
|
|
@ -3,8 +3,10 @@ include ../Rules
|
|||
tests_pass = \
|
||||
unlink_src unlink_sink \
|
||||
relink_src relink_sink \
|
||||
unref_src unref_sink \
|
||||
useless_iteration
|
||||
unref_src unref_sink
|
||||
|
||||
# don't enable this one unless it actually works.
|
||||
# useless_iteration
|
||||
|
||||
tests_fail =
|
||||
tests_ignore =
|
||||
|
|
Loading…
Reference in a new issue