summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>2022-01-04 14:06:49 +0000
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>2022-01-04 14:06:49 +0000
commitebd8632dba3394f2cbfe525647ee9c05a71b5438 (patch)
treeddbc5dd7e111d12e8ea4265402f52aa6aff6656d
parentf817041d69b2e80a76b35cbe5f5a992faa7ba0f4 (diff)
downloadefl-ebd8632dba3394f2cbfe525647ee9c05a71b5438.tar.gz
elm test - disabble elm mpa focus tes - map widget is disabled
,map is broken - it has been for ages so its been disabled, disable in test.
-rw-r--r--src/tests/elementary/elm_test_widget_focus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/elementary/elm_test_widget_focus.c b/src/tests/elementary/elm_test_widget_focus.c
index d11fe67fd1..f1b964260e 100644
--- a/src/tests/elementary/elm_test_widget_focus.c
+++ b/src/tests/elementary/elm_test_widget_focus.c
@@ -135,7 +135,7 @@ static const Simple_Test_Widget simple_widgets[] = {
{elm_colorselector_add, "colorselector"},
{_custom_colorselector_add, "colorselector2"},
{elm_slideshow_add, "slideshow"},
- {elm_map_add, "map"},
+// {elm_map_add, "map"},
{NULL, NULL},
};