Merge "Resolve the endpoint in legacy VPN"

This commit is contained in:
Chalard Jean
2020-08-06 12:51:50 +00:00
committed by Gerrit Code Review

View File

@@ -98,7 +98,6 @@ import com.android.internal.net.VpnProfile;
import com.android.server.IpSecService; import com.android.server.IpSecService;
import org.junit.Before; import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test; import org.junit.Test;
import org.junit.runner.RunWith; import org.junit.runner.RunWith;
import org.mockito.Answers; import org.mockito.Answers;
@@ -1054,7 +1053,6 @@ public class VpnTest {
} }
@Test @Test
@Ignore("b/158974172") // remove when the bug is fixed
public void testStartRacoonHostname() throws Exception { public void testStartRacoonHostname() throws Exception {
startRacoon("hostname", "5.6.7.8"); // address returned by deps.resolve startRacoon("hostname", "5.6.7.8"); // address returned by deps.resolve
} }