Temporarily disabling 3-button testing mode
Bug: 131419978 Change-Id: I9a817140ee5e0fb8d40da67759399f85b0625da0
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user