Don't run apply-plugin tests

Stop running apply-plugin tests as part of the build since during a
release the version number will change and the jar will not be
available.

Fixes gh-11857
This commit is contained in:
Phillip Webb
2018-01-30 21:45:17 -08:00
parent 09181d6b16
commit 7c5042d079
4 changed files with 4 additions and 14 deletions

View File

@@ -31,12 +31,8 @@ public class GettingStartedDocumentationTests {
@Rule
public GradleBuild gradleBuild = new GradleBuild();
@Test
public void applyPluginSnapshotExampleEvaluatesSuccessfully() {
this.gradleBuild
.script("src/main/gradle/getting-started/apply-plugin-snapshot.gradle")
.build();
}
// NOTE: We can't run any `apply-plugin` tests because during a release the
// jar won't be there
@Test
public void typicalPluginsAppliesExceptedPlugins() {