Require that the VPN tests pass on TVs.
The tests were skipped for historical reasons that are no longer valid, and creates a hole in testing because there are now several VPN apps that work on TVs. Test: HostsideVpnTests passes on fugu with UID routing kernel bug fixed Bug: 36465489 Change-Id: Ib0d6a5cec085e1fc09cf0609b08ca897629afe0c
This commit is contained in:
@@ -110,8 +110,7 @@ public class VpnTest extends InstrumentationTestCase {
|
||||
|
||||
private boolean supportedHardware() {
|
||||
final PackageManager pm = getInstrumentation().getContext().getPackageManager();
|
||||
return !pm.hasSystemFeature("android.hardware.type.television") &&
|
||||
!pm.hasSystemFeature("android.hardware.type.watch");
|
||||
return !pm.hasSystemFeature("android.hardware.type.watch");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user