Merge "Skip unsupported hardware for testB141603906" am: accaf62b80 am: f54f10985d
Original change: https://android-review.googlesource.com/c/platform/cts/+/1428811 Change-Id: Ifdb6f7068bf438ea6734a592c2f78365df107eff
This commit is contained in:
@@ -1023,6 +1023,9 @@ public class VpnTest extends InstrumentationTestCase {
|
||||
}
|
||||
|
||||
public void testB141603906() throws Exception {
|
||||
if (!supportedHardware()) {
|
||||
return;
|
||||
}
|
||||
final InetSocketAddress src = new InetSocketAddress(0);
|
||||
final InetSocketAddress dst = new InetSocketAddress(0);
|
||||
final int NUM_THREADS = 8;
|
||||
|
||||
Reference in New Issue
Block a user