Skip to content
Snippets Groups Projects
Commit 9c8b8022 authored by Jeremy Bícha's avatar Jeremy Bícha
Browse files

Add patch to skip broken build test

parent 07fbb00a
Branches
Tags
No related merge requests found
......@@ -7,3 +7,4 @@ debian/tests-Tag-unstable-tests-as-flaky.patch
debian/tests-Do-not-run-screencast-tests.patch
debian/meson-Do-not-mark-CI-test-tools-as-required.patch
debian/tests-skip-monitor-width-size-check-as-it-may-lead-to-une.patch
tests-Disable-broken-test.patch
From: Jeremy Bicha <jeremy.bicha@canonical.com>
Date: Tue, 16 Aug 2022 09:50:06 -0400
Subject: tests: Disable broken test
There is no x11-test.sh
https://gitlab.gnome.org/GNOME/mutter/-/issues/2385
---
src/tests/meson.build | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/src/tests/meson.build b/src/tests/meson.build
index dfedb44..fb7ab7e 100644
--- a/src/tests/meson.build
+++ b/src/tests/meson.build
@@ -478,20 +478,20 @@ if have_kvm_tests or have_tty_tests
endif
endif
-if have_x11
- test('x11', xvfb,
- args: [
- xvfb_args,
- find_program('x11-test.sh').full_path(),
- mutter.full_path(),
- ],
- depends: [mutter],
- suite: ['core', 'mutter/x11'],
- env: test_env,
- is_parallel: false,
- timeout: 60,
- )
-endif
+#if have_x11
+# test('x11', xvfb,
+# args: [
+# xvfb_args,
+# find_program('x11-test.sh').full_path(),
+# mutter.full_path(),
+# ],
+# depends: [mutter],
+# suite: ['core', 'mutter/x11'],
+# env: test_env,
+# is_parallel: false,
+# timeout: 60,
+# )
+#endif
tools_test_env = test_env
tools_test_env.set('G_DEBUG', 'fatal-warnings')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment