[epiphany/mcatanzaro/hardware-acceleration-policy: 2/2] tests: disable AC mode for WebView tests




commit 2a4350588a652baef75079d43ce0968402b9dc0e
Author: Carlos Garcia Campos <cgarcia igalia com>
Date:   Tue Nov 23 14:12:27 2021 +0100

    tests: disable AC mode for WebView tests
    
    It seems CI doesn't support it
    
    Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1028>

 tests/ephy-web-view-test.c | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/tests/ephy-web-view-test.c b/tests/ephy-web-view-test.c
index 05b6558aa..3c359237e 100644
--- a/tests/ephy-web-view-test.c
+++ b/tests/ephy-web-view-test.c
@@ -486,6 +486,9 @@ main (int   argc,
   int ret;
   SoupServer *server;
 
+  /* FIXME: disable AC mode for now for WebView tests because CI doesn't support it. */
+  g_setenv ("WEBKIT_DISABLE_COMPOSITING_MODE", "1", FALSE);
+
   gtk_test_init (&argc, &argv);
 
   ephy_debug_init ();


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]