Skip to content

Commit

Permalink
Ignore autoInjectionSkippedWhenOldMavenPlugin (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
alextu authored Jun 4, 2024
1 parent f981831 commit 585ac69
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
import org.jenkinsci.test.acceptance.po.Slave;
import org.jenkinsci.test.acceptance.po.WorkflowJob;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.openqa.selenium.By;

Expand Down Expand Up @@ -56,6 +57,7 @@ public void mavenJobSendsBuildScan() {
@Test
@WithVersionOverrides("maven-plugin=3.14")
@WithPlugins("maven-plugin")
@Ignore("https://github.com/gradle/dv/issues/35892")
public void autoInjectionSkippedWhenOldMavenPlugin() {
// given
MavenModuleSet job = jenkins.jobs.create(MavenModuleSet.class);
Expand Down

0 comments on commit 585ac69

Please sign in to comment.