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:
Treehugger Robot
2020-10-02 04:32:38 +00:00
committed by Automerger Merge Worker

View File

@@ -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;