aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/spice-gtk/disable-test-relying-on-usb.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/community/spice-gtk/disable-test-relying-on-usb.patch b/community/spice-gtk/disable-test-relying-on-usb.patch
new file mode 100644
index 0000000000..4f05b3ff9f
--- /dev/null
+++ b/community/spice-gtk/disable-test-relying-on-usb.patch
@@ -0,0 +1,12 @@
+diff --git a/tests/meson.build b/tests/meson.build
+index 6c8077622d..9b77e84be9 100644
+--- a/tests/meson.build
++++ b/tests/meson.build
+@@ -1,7 +1,6 @@
+ tests_sources = [
+ 'util.c',
+ 'coroutine.c',
+- 'session.c',
+ 'uri.c',
+ 'file-transfer.c',
+ ]