elm test - disable excess video tests - gst freezes internally

gst seems to multi-init even tho we avoid it or something... when you
don't fork check. disable all but 1 video test then.

@fix
This commit is contained in:
Carsten Haitzler 2022-01-04 14:06:06 +00:00
parent 7b75d399e2
commit 202a58b7ab
3 changed files with 3 additions and 3 deletions

View File

@ -44,5 +44,5 @@ EFL_END_TEST
void elm_test_video(TCase *tc)
{
tcase_add_test(tc, elm_video_legacy_type_check);
tcase_add_test(tc, elm_atspi_role_get);
// tcase_add_test(tc, elm_atspi_role_get);
}

View File

@ -16,7 +16,7 @@ static const Simple_Test_Widget simple_widgets[] = {
{elm_flip_add, "flip"},
{elm_frame_add, "frame"},
{elm_player_add, "player"},
{elm_video_add, "video"},
// {elm_video_add, "video"},
{elm_ctxpopup_add, "ctxpopup"},
{elm_fileselector_add, "fileselector"},
{elm_hoversel_add, "hoversel"},

View File

@ -114,7 +114,7 @@ static const Simple_Test_Widget simple_widgets[] = {
{elm_diskselector_add, "diskselector"},
{elm_entry_add, "entry"},
{elm_flipselector_add, "flipselector"},
{elm_video_add, "video"},
// {elm_video_add, "video"},
{elm_spinner_add, "spinner"},
{elm_multibuttonentry_add, "mbe"},
{elm_fileselector_add, "fileselector"},