Skip to content

Commit

Permalink
Ignore ProxyConfigurationTest.httpClientExecutor (#8512)
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick authored Sep 22, 2023
1 parent b6dc092 commit 63f0af1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/src/test/java/hudson/ProxyConfigurationTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import hudson.model.InvisibleAction;
import hudson.model.UnprotectedRootAction;
import java.net.URI;
import org.junit.Assume;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.jvnet.hudson.test.JenkinsRule;
Expand All @@ -43,9 +43,9 @@ public final class ProxyConfigurationTest {
@Rule
public JenkinsRule r = new JenkinsRule();

@Ignore("prone to timing out on CI")
@Test
public void httpClientExecutor() throws Exception {
Assume.assumeFalse("Too slow on Windows", Functions.isWindows());
for (int i = 0; i < 50_000; i++) {
if (i % 1_000 == 0) {
System.err.println("#" + i);
Expand Down

0 comments on commit 63f0af1

Please sign in to comment.