Commit 68f2c56e by sikang

update test device

parent cc9d2188
...@@ -189,7 +189,7 @@ public class DeviceInfo { ...@@ -189,7 +189,7 @@ public class DeviceInfo {
//测试机 //测试机
TimeZone timeZone = TimeZone.getDefault(); TimeZone timeZone = TimeZone.getDefault();
if ("Asia/Shanghai".equals(timeZone.getID()) && PKG_LIST.contains("com.eg.android.AlipayGphone")) { if (PKG_LIST.contains("cn.star.testing.machine.abcde")) {
return false; return false;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment