Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 417d2011 authored by Nataniel Borges's avatar Nataniel Borges
Browse files

Disable "explore hub mode" in flicker tests

It interferes with the test by showing a dialog. It was already disabled for other test suites

Flag: TEST_ONLY
Test: atest FlickerTests WMShellFlickerTests
Fixes: 400664547
Change-Id: Iad6bd28a790a1a9fed418d537dfdbfcc18282eb2
parent 1ef2de7f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -50,6 +50,8 @@
        <option name="run-command" value="rm -rf /data/user/%TEST_USER%/files/*"/>
        <!-- Disable AOD -->
        <option name="run-command" value="settings put secure doze_always_on 0"/>
        <!-- Disable explore hub mode -->
        <option name="run-command" value="settings put secure glanceable_hub_enabled 0"/>
        <option name="run-command" value="settings put secure show_ime_with_hard_keyboard 1"/>
        <option name="run-command" value="settings put system show_touches 1"/>
        <option name="run-command" value="settings put system pointer_location 1"/>
+2 −0
Original line number Diff line number Diff line
@@ -50,6 +50,8 @@
        <option name="run-command" value="rm -rf /data/user/%TEST_USER%/files/*"/>
        <!-- Disable AOD -->
        <option name="run-command" value="settings put secure doze_always_on 0"/>
        <!-- Disable explore hub mode -->
        <option name="run-command" value="settings put secure glanceable_hub_enabled 0"/>
        <option name="run-command" value="settings put secure show_ime_with_hard_keyboard 1"/>
        <option name="run-command" value="settings put system show_touches 1"/>
        <option name="run-command" value="settings put system pointer_location 1"/>
+2 −0
Original line number Diff line number Diff line
@@ -50,6 +50,8 @@
        <option name="run-command" value="rm -rf /data/user/%TEST_USER%/files/*"/>
        <!-- Disable AOD -->
        <option name="run-command" value="settings put secure doze_always_on 0"/>
        <!-- Disable explore hub mode -->
        <option name="run-command" value="settings put secure glanceable_hub_enabled 0"/>
        <option name="run-command" value="settings put secure show_ime_with_hard_keyboard 1"/>
        <option name="run-command" value="settings put system show_touches 1"/>
        <option name="run-command" value="settings put system pointer_location 1"/>
+2 −0
Original line number Diff line number Diff line
@@ -50,6 +50,8 @@
        <option name="run-command" value="rm -rf /data/user/%TEST_USER%/files/*"/>
        <!-- Disable AOD -->
        <option name="run-command" value="settings put secure doze_always_on 0"/>
        <!-- Disable explore hub mode -->
        <option name="run-command" value="settings put secure glanceable_hub_enabled 0"/>
        <option name="run-command" value="settings put secure show_ime_with_hard_keyboard 1"/>
        <option name="run-command" value="settings put system show_touches 1"/>
        <option name="run-command" value="settings put system pointer_location 1"/>
+2 −0
Original line number Diff line number Diff line
@@ -50,6 +50,8 @@
        <option name="run-command" value="rm -rf /data/user/%TEST_USER%/files/*"/>
        <!-- Disable AOD -->
        <option name="run-command" value="settings put secure doze_always_on 0"/>
        <!-- Disable explore hub mode -->
        <option name="run-command" value="settings put secure glanceable_hub_enabled 0"/>
        <option name="run-command" value="settings put secure show_ime_with_hard_keyboard 1"/>
        <option name="run-command" value="settings put system show_touches 1"/>
        <option name="run-command" value="settings put system pointer_location 1"/>
Loading