Revert "efl_ui_suite_spec: add a hack to have running tests again"

This reverts commit 2ef8894fcd.

this is no longer needed

Differential Revision: https://phab.enlightenment.org/D9126
This commit is contained in:
Mike Blumenkrantz 2019-06-19 14:09:32 -04:00 committed by Marcel Hollerbach
parent cbde6377f7
commit c27c469204
1 changed files with 0 additions and 4 deletions

View File

@ -154,10 +154,6 @@ EFL_START_TEST(pack_before2)
EXPECT_ERROR_START;
ck_assert_int_eq(efl_pack_before(widget, inv, wid[2]), EINA_FALSE);
//workarround for a bug, it appears that our CI is crashing in the shutdown procedure
//working arround this by deleting the widget earlier
efl_del(widget);
widget = NULL;
EXPECT_ERROR_END;
}
EFL_END_TEST