virt plugin: Disable tests momentarily
authorFrancesco Romani <fromani@redhat.com>
Thu, 24 Nov 2016 09:16:00 +0000 (10:16 +0100)
committerFrancesco Romani <fromani@redhat.com>
Wed, 30 Nov 2016 09:27:00 +0000 (10:27 +0100)
commit6188d7d378e3598f8794c03530bb12f335235f4c
treedac977e16e5971f2101a05a19e34362575e041e3
parent98e38add333bfcb893fcde408ecf3a0c43d99e31
virt plugin: Disable tests momentarily

Old libvirts (<= 0.10.z, such as the version shipped on debian wheezy)
depend on libnl-1. There is a small memory leak caused by the
initialization of the library, and we have no means to avoid it.
This causes valgrind to complain in the tests, creating a false
positive.

Anyway, libvirt switched to libnl-3, which should also fix this leak.
The simplest solution is just to disable those tests until we
can depend on libnl-3 enabled libvirt.
src/Makefile.am