tests: disable toggling clouseau_enabled option in elm tests

Summary:
this option triggers codepaths which require and interface with an
external project not in the EFL tree, so it should not be tested in
the efl tree

also depending on the version of clouseau used, this causes the test
suite to fail 100% of the time

fix T6985
ref T7023

Reviewers: devilhorns, ManMower

Reviewed By: ManMower

Subscribers: cedric, #committers

Tags: #efl

Maniphest Tasks: T6985, T7023

Differential Revision: https://phab.enlightenment.org/D6295
This commit is contained in:
Mike Blumenkrantz 2018-06-15 16:34:50 -04:00
parent 25e6b218db
commit 0accfb12fa
1 changed files with 2 additions and 1 deletions

View File

@ -99,7 +99,8 @@ EFL_START_TEST (elm_config_eoapi)
CONFIG_CHKB(item_select_on_focus_disabled, !old);
CONFIG_CHKB(first_item_focus_on_first_focusin, 0);
CONFIG_CHKB(mirrored, 0);
CONFIG_CHKB(clouseau_enabled, !old);
//see clouseau tests
//CONFIG_CHKB(clouseau_enabled, !old);
CONFIG_CHKD(glayer_long_tap_start_timeout, 0);
CONFIG_CHKD(glayer_double_tap_timeout, 0);
//color_overlay