Merge "Ignore all tests in IpSecManagerTunnelTest with instant apps" am: 57e952f8f8 am: 7510105d86

am: 829a040a81

Change-Id: I697333a7a64d794208d80112bdc1d1e50c5d2b56
This commit is contained in:
Paul Hu
2019-05-24 02:43:26 -07:00
committed by android-build-merger

View File

@@ -59,6 +59,7 @@ import android.os.Build;
import android.os.IBinder;
import android.os.ParcelFileDescriptor;
import android.os.SystemProperties;
import android.platform.test.annotations.AppModeFull;
import androidx.test.InstrumentationRegistry;
import androidx.test.runner.AndroidJUnit4;
@@ -79,6 +80,7 @@ import org.junit.Test;
import org.junit.runner.RunWith;
@RunWith(AndroidJUnit4.class)
@AppModeFull(reason = "MANAGE_TEST_NETWORKS permission can't be granted to instant apps")
public class IpSecManagerTunnelTest extends IpSecBaseTest {
private static final String TAG = IpSecManagerTunnelTest.class.getSimpleName();