diff options
author | Nathan Harold <nharold@google.com> | 2018-05-15 19:18:38 -0700 |
---|---|---|
committer | Nathan Harold <nharold@google.com> | 2018-06-07 18:44:34 -0700 |
commit | 8c69bcbb8f626fee128d8f771568fbc22615a9f5 (patch) | |
tree | c47fd972b912fda2029002dd2c43697d9e1ddd2c /tests/net/java/com/android/server/IpSecServiceParameterizedTest.java | |
parent | 144ce0a2485b061b4ae9090b2b9f558e6e3d0e04 (diff) |
Disable the AppOp Restriction for IpSec Tunnels
This CL temporarily removes the AppOp restriction
that disallows creation of IpSec tunnels due to
the lack of the appropriate AppOp in AOSP/master.
When the relevant framework merges out to master,
this CL should be reverted.
Bug: none
Test: compilation
Change-Id: Ic06c193f85f6bcdd0ead4238825c1add78703cde
Diffstat (limited to 'tests/net/java/com/android/server/IpSecServiceParameterizedTest.java')
-rw-r--r-- | tests/net/java/com/android/server/IpSecServiceParameterizedTest.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/net/java/com/android/server/IpSecServiceParameterizedTest.java b/tests/net/java/com/android/server/IpSecServiceParameterizedTest.java index e573d3586653..102cb7c77055 100644 --- a/tests/net/java/com/android/server/IpSecServiceParameterizedTest.java +++ b/tests/net/java/com/android/server/IpSecServiceParameterizedTest.java @@ -50,6 +50,7 @@ import java.util.Arrays; import java.util.Collection; import org.junit.Before; +import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.junit.runners.Parameterized; @@ -592,6 +593,7 @@ public class IpSecServiceParameterizedTest { } } + @Ignore @Test public void testAddTunnelFailsForBadPackageName() throws Exception { try { |