未验证 提交 b0527d2f 编写于 作者: J Jesse Glick

DNS comparisons of jenkins.io and www.jenkins.io do not pass.

上级 8019dfa9
......@@ -51,6 +51,7 @@ import static org.hamcrest.CoreMatchers.not;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertThat;
import org.junit.Ignore;
public class Security637Test {
......@@ -88,7 +89,8 @@ public class Security637Test {
return handler.getClass().getName();
}
}
@Ignore("TODO these map to different IPs now")
@Test
@Issue("SECURITY-637")
public void urlDnsEquivalence() {
......@@ -104,6 +106,7 @@ public class Security637Test {
});
}
@Ignore("TODO these map to different IPs now")
@Test
@Issue("SECURITY-637")
public void urlSafeDeserialization_urlBuiltInAgent_inSameJVMRemotingContext() {
......@@ -136,6 +139,7 @@ public class Security637Test {
}
}
@Ignore("TODO these map to different IPs now")
@Test
@Issue("SECURITY-637")
public void urlSafeDeserialization_urlBuiltInMaster_inSameJVMRemotingContext() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册