tests: Move ipacl-tests to TESTS_norun

ipacl-test fails if there is no SSH server running on your machine.
Since it is not a PulseAudio error not to have an SSH server running,
this test should not be run as part of the "make check" test suite.

Signed-off-by: David Henningsson <david.henningsson@canonical.com>
This commit is contained in:
David Henningsson 2013-03-19 16:36:16 +01:00
parent e87eb85474
commit c0d1b1e75f

View file

@ -231,7 +231,6 @@ TESTS_default = \
utf8-test \ utf8-test \
format-test \ format-test \
get-binary-name-test \ get-binary-name-test \
ipacl-test \
hook-list-test \ hook-list-test \
memblock-test \ memblock-test \
asyncq-test \ asyncq-test \
@ -250,6 +249,7 @@ TESTS_default = \
mix-special-test mix-special-test
TESTS_norun = \ TESTS_norun = \
ipacl-test \
mcalign-test \ mcalign-test \
pacat-simple \ pacat-simple \
parec-simple \ parec-simple \