Skip to content
Snippets Groups Projects
Commit a23ad957 authored by Chiachang Wang's avatar Chiachang Wang Committed by Gerrit Code Review
Browse files

Merge "Skip tests that require platform fix before S" into main

parents 5b96f865 98a505a2
No related branches found
No related tags found
No related merge requests found
...@@ -648,7 +648,7 @@ public class Ikev2VpnTest { ...@@ -648,7 +648,7 @@ public class Ikev2VpnTest {
testIpv6Only, requiresValidation, testSessionKey , testIkeTunConnParams))); testIpv6Only, requiresValidation, testSessionKey , testIkeTunConnParams)));
} }
@Test @Test @IgnoreUpTo(SC_V2)
public void testStartStopVpnProfileV4() throws Exception { public void testStartStopVpnProfileV4() throws Exception {
doTestStartStopVpnProfile(false /* testIpv6Only */, false /* requiresValidation */, doTestStartStopVpnProfile(false /* testIpv6Only */, false /* requiresValidation */,
false /* testSessionKey */, false /* testIkeTunConnParams */); false /* testSessionKey */, false /* testIkeTunConnParams */);
...@@ -660,7 +660,7 @@ public class Ikev2VpnTest { ...@@ -660,7 +660,7 @@ public class Ikev2VpnTest {
false /* testSessionKey */, false /* testIkeTunConnParams */); false /* testSessionKey */, false /* testIkeTunConnParams */);
} }
@Test @Test @IgnoreUpTo(SC_V2)
public void testStartStopVpnProfileV6() throws Exception { public void testStartStopVpnProfileV6() throws Exception {
doTestStartStopVpnProfile(true /* testIpv6Only */, false /* requiresValidation */, doTestStartStopVpnProfile(true /* testIpv6Only */, false /* requiresValidation */,
false /* testSessionKey */, false /* testIkeTunConnParams */); false /* testSessionKey */, false /* testIkeTunConnParams */);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment