Skip to content

Commit

Permalink
demonstrating JENKINS-67681
Browse files Browse the repository at this point in the history
  • Loading branch information
jtnord committed Jan 31, 2022
1 parent 1a42044 commit 880e4e5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/src/test/java/hudson/model/FreeStyleProjectTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,13 @@
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertThrows;
import static org.junit.Assert.fail;
import static org.junit.Assume.assumeFalse;

import com.gargoylesoftware.htmlunit.FailingHttpStatusCodeException;
import com.gargoylesoftware.htmlunit.HttpMethod;
import com.gargoylesoftware.htmlunit.WebRequest;
import com.gargoylesoftware.htmlunit.html.HtmlForm;
import com.gargoylesoftware.htmlunit.html.HtmlPage;
import hudson.ExtensionList;
import hudson.Functions;
import hudson.diagnosis.OldDataMonitor;
import hudson.tasks.Builder;
import hudson.tasks.Shell;
Expand Down Expand Up @@ -150,7 +148,6 @@ public void minimalConfigXml() throws Exception {
@Test
@Issue("JENKINS-36629")
public void buildStabilityReports() throws Exception {
assumeFalse("TODO: https://issues.jenkins.io/browse/JENKINS-67681 LocalLauncher.kill() is excessivly slow on windows, mostly just about works outside CI", Functions.isWindows() && System.getenv("CI") != null);
for (int i = 0; i <= 32; i++) {
FreeStyleProject p = j.createFreeStyleProject(String.format("Pattern-%s", Integer.toBinaryString(i)));
int expectedFails = 0;
Expand Down

0 comments on commit 880e4e5

Please sign in to comment.