Skip to content

Commit

Permalink
`JenkinsMetricProviderImplTest.given__a_job__when__built__then__event…
Browse files Browse the repository at this point in the history
…s_and_metrics_include_build` is flaky (#226)
  • Loading branch information
jglick authored Jun 8, 2023
1 parent 0ede325 commit 86a20ba
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
import org.jenkinsci.plugins.workflow.job.WorkflowJob;
import org.jenkinsci.plugins.workflow.job.WorkflowRun;
import org.junit.ClassRule;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.jvnet.hudson.test.BuildWatcher;
Expand Down Expand Up @@ -90,6 +91,7 @@ public void given__a_job_which_is_cancelled() throws Exception {

}

@Ignore("TODO allOf(greaterThan(2500L), lessThan(3800L)) flaky: 3999 observed")
@Test
public void given__a_job__when__built__then__events_and_metrics_include_build() throws Exception {
j.jenkins.setQuietPeriod(0);
Expand Down

0 comments on commit 86a20ba

Please sign in to comment.