Temporarily disabling 3-button testing mode

Bug: 131419978
Change-Id: I9a817140ee5e0fb8d40da67759399f85b0625da0
This commit is contained in:
vadimt
2019-04-26 11:44:52 -07:00
parent a0d542b046
commit 042f2e33fb
@@ -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);
}