Skip to content

Commit

Permalink
Ignore hudson.model.QueueRestartTest (#6705)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Jun 26, 2022
1 parent 1925353 commit 5b42b47
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/src/test/java/hudson/model/QueueRestartTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@
import java.io.File;
import java.io.IOException;
import java.util.concurrent.TimeUnit;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.jvnet.hudson.test.Issue;
import org.jvnet.hudson.test.JenkinsRule;
import org.jvnet.hudson.test.RealJenkinsRule;
import org.jvnet.hudson.test.recipes.LocalData;
Expand All @@ -39,6 +41,8 @@ public class QueueRestartTest {

@Rule public RealJenkinsRule rr = new RealJenkinsRule();

@Ignore("Pending JENKINS-68319 sometimes fails, in CI & locally")
@Issue("JENKINS-68319")
@LocalData("quietDown")
@Test
public void persistQueueOnRestart() throws Throwable {
Expand All @@ -49,6 +53,8 @@ public void persistQueueOnRestart() throws Throwable {
rr.then(QueueRestartTest::assertBuildFinishes);
}

@Ignore("Pending JENKINS-68319 sometimes fails, in CI & locally")
@Issue("JENKINS-68319")
@LocalData("quietDown")
@Test
public void persistQueueOnConsecutiveRestarts() throws Throwable {
Expand Down

0 comments on commit 5b42b47

Please sign in to comment.