summaryrefslogtreecommitdiff
path: root/dev-libs/libei/files/1.3.0-skip-protocol-test.patch
blob: bfd3f828468d84ed77050701402626a235d93fa0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Test times out, even after fixing it once.

https://bugs.gentoo.org/930476
https://gitlab.freedesktop.org/libinput/libei/-/merge_requests/286

diff --git a/test/meson.build b/test/meson.build
index 1a2f70b..87c3f3a 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -161,11 +161,6 @@ if enable_pytest
                    output: '@PLAINNAME@',
                    configuration: protocol_test_config)
 
-    test('protocol-test', pytest,
-        args: pytest_args + ['-k', 'TestEiProtocol'],
-        suite: 'python',
-        workdir: meson.project_build_root(),
-    )
     if valgrind.found()
         env = environment()
         env.set('LIBEI_USE_VALGRIND', '1')