tests elm - disable elm web as this hasnt done anything in like forever

This commit is contained in:
Carsten Haitzler 2024-01-09 18:38:30 +00:00 committed by Christopher Michael
parent 21c3610ad4
commit 59bf668983
2 changed files with 3 additions and 1 deletions

View File

@ -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},

View File

@ -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);
}
*/