This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch devs/devilhorns/apos
in repository efl.
View the commit online.
commit 59bf6689830344410ad5490801cdb53be217e86b
Author: Carsten Haitzler <ras...@rasterman.com>
AuthorDate: Tue Jan 9 18:38:30 2024 +0000
tests elm - disable elm web as this hasnt done anything in like forever
---
src/tests/elementary/elm_suite.c | 2 +-
src/tests/elementary/elm_test_web.c | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/tests/elementary/elm_suite.c b/src/tests/elementary/elm_suite.c
index d6aa4636e8..dc6b731a17 100644
--- a/src/tests/elementary/elm_suite.c
+++ b/src/tests/elementary/elm_suite.c
@@ -30,7 +30,7 @@ static const Efl_Test_Case etc[] = {
{ "elm_prefs", elm_test_prefs},
{ "elm_map", elm_test_map},
{ "elm_glview", elm_test_glview},
- { "elm_web", elm_test_web},
+// { "elm_web", elm_test_web},
{ "elm_toolbar", elm_test_toolbar},
{ "elm_grid", elm_test_grid},
{ "elm_diskselector", elm_test_diskselector},
diff --git a/src/tests/elementary/elm_test_web.c b/src/tests/elementary/elm_test_web.c
index 4200c2703e..65842845e3 100644
--- a/src/tests/elementary/elm_test_web.c
+++ b/src/tests/elementary/elm_test_web.c
@@ -6,6 +6,7 @@
#include <Elementary.h>
#include "elm_suite.h"
+/*
EFL_START_TEST(elm_web_legacy_type_check)
{
Evas_Object *win, *web;
@@ -46,3 +47,4 @@ void elm_test_web(TCase *tc)
tcase_add_test(tc, elm_web_legacy_type_check);
tcase_add_test(tc, elm_atspi_role_get);
}
+*/
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.