Not unlocking phone on the test start

Somehow tests unlock the phone anyways.

Bug: 141772190
Change-Id: I66de70ec10a7e9ae05ba942570bf9eff9d9e7a82
This commit is contained in:
vadimt
2019-09-30 12:48:47 -07:00
parent 1a02173321
commit ee3db65ecc

View File

@@ -171,8 +171,6 @@ public abstract class AbstractLauncherUiTest {
mTargetContext = InstrumentationRegistry.getTargetContext();
mTargetPackage = mTargetContext.getPackageName();
// Unlock the phone
mDevice.executeShellCommand("input keyevent 82");
}
@After