Merge "Skip unsupported hardware for testB141603906" am: accaf62b80 am: f54f10985d am: 3e4bcd4eb5 am: 43e74d6a06
Original change: https://android-review.googlesource.com/c/platform/cts/+/1428811 Change-Id: Ic52cda9fca3a83e667eecbe08ebb1db2c8402ec1
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