diff options
Diffstat (limited to 'tests/qtest/Makefile.include')
-rw-r--r-- | tests/qtest/Makefile.include | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/qtest/Makefile.include b/tests/qtest/Makefile.include index 76672990a7..10a28de8a3 100644 --- a/tests/qtest/Makefile.include +++ b/tests/qtest/Makefile.include @@ -18,7 +18,8 @@ check-qtest-pci-$(CONFIG_IVSHMEM_DEVICE) += ivshmem-test DBUS_DAEMON := $(shell which dbus-daemon 2>/dev/null) ifneq ($(GDBUS_CODEGEN),) ifneq ($(DBUS_DAEMON),) -check-qtest-pci-$(CONFIG_GIO) += dbus-vmstate-test +# Temporarily disabled due to Patchew failures: +#check-qtest-pci-$(CONFIG_GIO) += dbus-vmstate-test endif endif |