Skip to content

Commit

Permalink
Ignore tests that require a configurable version of the GE Maven exte…
Browse files Browse the repository at this point in the history
…nsion
  • Loading branch information
etiennestuder committed Sep 22, 2022
1 parent aa8bd11 commit 9b612e5
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package nu.studer.teamcity.buildscan.agent.maven

import nu.studer.teamcity.buildscan.agent.TcPluginConfig
import spock.lang.Ignore

import static org.junit.Assume.assumeTrue

Expand Down Expand Up @@ -649,6 +650,7 @@ class GradleEnterpriseExtensionApplicationTest extends BaseExtensionApplicationT
jdkCompatibleMavenVersion << UNSUPPORTED_MAVEN_VERSIONS
}
@Ignore("While the GE Maven extension version is hard-coded in the plugin, the behavior with older extension versions cannot be verified.")
def "tries to apply GE / CCUD extensions when in virtual context for any Maven version (#jdkCompatibleMavenVersion)"() {
assumeTrue jdkCompatibleMavenVersion.isJvmVersionCompatible()
assumeTrue GE_URL != null
Expand Down Expand Up @@ -684,6 +686,7 @@ class GradleEnterpriseExtensionApplicationTest extends BaseExtensionApplicationT
jdkCompatibleMavenVersion << UNSUPPORTED_MAVEN_VERSIONS.findAll { it.mavenVersion == "3.1.1" }
}
@Ignore("While the GE Maven extension version is hard-coded in the plugin, the behavior with older extension versions cannot be verified.")
def "tries to apply GE / CCUD extensions when maven version check is disabled in a non-virtual context (#jdkCompatibleMavenVersion)"() {
assumeTrue jdkCompatibleMavenVersion.isJvmVersionCompatible()
assumeTrue GE_URL != null
Expand Down

0 comments on commit 9b612e5

Please sign in to comment.