a1d3a8b37d
Some checks failed
PikaOS Package Build & Release (Canary) (amd64-v3) / build (push) Has been cancelled
PikaOS Package Build Only (Canary) (amd64-v3) / build (push) Failing after 17s
PikaOS Package Build Only (amd64-v3) / build (push) Failing after 13s
PikaOS Package Build & Release (amd64-v3) / build (push) Failing after 13s
27 lines
822 B
Diff
27 lines
822 B
Diff
From: =?utf-8?b?Ik1hcmNvIFRyZXZpc2FuIChUcmV2acOxbyki?= <mail@3v1n0.net>
|
|
Date: Thu, 20 May 2021 02:42:12 +0200
|
|
Subject: tests: Do not run screencast tests
|
|
|
|
They require to have a full running pipewire (that requires a system
|
|
dbus daemon) so, we can't easily get one up and running while building.
|
|
|
|
So let's disable this for now
|
|
---
|
|
src/tests/native-headless.c | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/src/tests/native-headless.c b/src/tests/native-headless.c
|
|
index 39393fc..b54469b 100644
|
|
--- a/src/tests/native-headless.c
|
|
+++ b/src/tests/native-headless.c
|
|
@@ -27,7 +27,8 @@ static void
|
|
init_tests (MetaContext *context)
|
|
{
|
|
init_virtual_monitor_tests (context);
|
|
- init_screen_cast_tests ();
|
|
+ // init_screen_cast_tests ();
|
|
+ (void) init_screen_cast_tests;
|
|
init_bezier_tests ();
|
|
}
|
|
|