tests/qtest/dbus-vmstate: Re-enable the test
Back in 2020, the dbus-vmstate test was disabled by commit d46f81cb74 ("tests: Disable dbus-vmstate-test") due to Patchew failures. We don't use Patchew anymore for CI, so re-enable the test. G_TEST_DBUS_DAEMON=../tests/dbus-vmstate-daemon.sh \ QTEST_QEMU_BINARY=./qemu-system-x86_64 \ ./tests/qtest/dbus-vmstate-test Signed-off-by: Fabiano Rosas <farosas@suse.de> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-ID: <20260429190550.20122-6-farosas@suse.de>
Fabiano Rosas committed
Apr 29, 2026 at 16:05 UTC
9a816f6843afb208fe30d8e141f6a99c93584d11
1 file changed
+1
-2
tests/qtest/meson.build
+1
-2
@@ -125,8 +125,7 @@ endif
125
126
dbus_daemon = find_program('dbus-daemon', required: false)
127
if dbus_daemon.found() and gdbus_codegen.found()
128
- # Temporarily disabled due to Patchew failures:
129
- #qtests_i386 += ['dbus-vmstate-test']
128
+ qtests_i386 += ['dbus-vmstate-test']
129
dbus_vmstate1 = custom_target('dbus-vmstate description',
130
build_by_default: true,
131
output: [ 'dbus-vmstate1.h', 'dbus-vmstate1.c'],