Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions test/src/test/java/hudson/model/UpdateCenter2Test.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public class UpdateCenter2Test {
* Makes sure a plugin installs fine.
*/
// TODO randomly fails: SocketTimeoutException from goTo due to GET http://localhost:…/update-center.json?…
@Ignore("JENKINS-56870")
@Test public void install() throws Exception {
UpdateSite.neverUpdate = false;
j.jenkins.pluginManager.doCheckUpdatesServer(); // load the metadata
Expand All @@ -62,6 +63,7 @@ public class UpdateCenter2Test {
assertEquals(Messages.UpdateCenter_n_a(), j.jenkins.getUpdateCenter().getLastUpdatedString());
}

@Ignore("JENKINS-56870")
@Issue("SECURITY-234")
@Test public void installInvalidChecksum() throws Exception {
UpdateSite.neverUpdate = false;
Expand Down