Skip to content

Commit

Permalink
[JENKINS-26775] Suppress ApiTest.wrappedMultipleItems prior to 1.651 …
Browse files Browse the repository at this point in the history
…where it is fixed for JDK 8.
  • Loading branch information
jglick committed Apr 29, 2016
1 parent 6a6446a commit e4b97c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/src/test/java/hudson/model/ApiTest.java
Expand Up @@ -29,6 +29,7 @@

import java.io.File;
import java.net.HttpURLConnection;
import org.junit.Ignore;

import org.junit.Rule;
import org.junit.Test;
Expand Down Expand Up @@ -92,6 +93,7 @@ public void wrappedOneItem() throws Exception {
assertEquals("<root><name>All</name></root>", page.getWebResponse().getContentAsString());
}

@Ignore("JENKINS-26775: fails in JDK 8 builds prior to stapler 1.238")
@Test
public void wrappedMultipleItems() throws Exception {
j.createFreeStyleProject();
Expand Down

0 comments on commit e4b97c5

Please sign in to comment.