Blame 0008-Disable-flakey-dbus-display-test.patch
|
|
467b99 |
From: Cole Robinson <crobinso@redhat.com>
|
|
|
467b99 |
Date: Sat, 4 Jun 2022 20:28:58 -0400
|
|
|
467b99 |
Subject: [PATCH] Disable flakey dbus-display-test
|
|
|
467b99 |
Content-type: text/plain
|
|
|
467b99 |
|
|
|
467b99 |
Signed-off-by: Cole Robinson <crobinso@redhat.com>
|
|
|
467b99 |
---
|
|
|
467b99 |
tests/qtest/meson.build | 8 --------
|
|
|
467b99 |
1 file changed, 8 deletions(-)
|
|
|
467b99 |
|
|
|
467b99 |
diff --git a/tests/qtest/meson.build b/tests/qtest/meson.build
|
|
|
467b99 |
index d25f82bb5a..d085604727 100644
|
|
|
467b99 |
--- a/tests/qtest/meson.build
|
|
|
467b99 |
+++ b/tests/qtest/meson.build
|
|
|
467b99 |
@@ -94,10 +94,6 @@ qtests_i386 = \
|
|
|
467b99 |
'test-filter-redirector'
|
|
|
467b99 |
]
|
|
|
467b99 |
|
|
|
467b99 |
-if dbus_display
|
|
|
467b99 |
- qtests_i386 += ['dbus-display-test']
|
|
|
467b99 |
-endif
|
|
|
467b99 |
-
|
|
|
467b99 |
dbus_daemon = find_program('dbus-daemon', required: false)
|
|
|
467b99 |
if dbus_daemon.found() and config_host.has_key('GDBUS_CODEGEN')
|
|
|
467b99 |
# Temporarily disabled due to Patchew failures:
|
|
|
467b99 |
@@ -298,10 +294,6 @@ qtests = {
|
|
|
467b99 |
'vmgenid-test': files('boot-sector.c', 'acpi-utils.c'),
|
|
|
467b99 |
}
|
|
|
467b99 |
|
|
|
467b99 |
-if dbus_display
|
|
|
467b99 |
-qtests += {'dbus-display-test': [dbus_display1, gio]}
|
|
|
467b99 |
-endif
|
|
|
467b99 |
-
|
|
|
467b99 |
qtest_executables = {}
|
|
|
467b99 |
foreach dir : target_dirs
|
|
|
467b99 |
if not dir.endswith('-softmmu')
|