Merge "Temporarily disabling 3-button testing mode" into ub-launcher3-qt-dev

am: 6f09dd61af

Change-Id: I0f91e24bb49ce8625c5839356c4553f02a08a87e
This commit is contained in:
Vadim Tryshev
2019-04-26 12:04:22 -07:00
committed by android-build-merger
@@ -92,9 +92,12 @@ public class NavigationModeSwitchRule implements TestRule {
if (mode == TWO_BUTTON || mode == ALL) {
evaluateWithTwoButtons();
}
/*
b/131419978
if (mode == THREE_BUTTON || mode == ALL) {
evaluateWithThreeButtons();
}
*/
} finally {
setActiveOverlay(prevOverlayPkg, originalMode);
}