File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/test/groovy/com/github/jengelman/gradle/plugins/shadow/docs Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ import com.github.jengelman.gradle.plugins.shadow.docs.internal.snippets.TestCod
88import com.github.jengelman.gradle.plugins.shadow.docs.internal.snippets.executer.SnippetExecuter
99import com.github.jengelman.gradle.plugins.shadow.docs.internal.snippets.fixture.GroovyScriptFixture
1010import com.google.common.base.StandardSystemProperty
11+ import org.junit.jupiter.api.Disabled
1112import org.junit.jupiter.api.DynamicTest
1213import org.junit.jupiter.api.TestFactory
1314import org.junit.jupiter.api.io.TempDir
@@ -21,6 +22,7 @@ class ManualCodeSnippetTests {
2122 " groovy no-run" : new NoopExecuter ()
2223 ]
2324
25+ @Disabled (" We have to run doc tests on main branch only" )
2426 @TestFactory
2527 List<DynamicTest > provideDynamicTests (@TempDir Path tempDir ) {
2628 File cwd = new File (StandardSystemProperty . USER_DIR . value())
You can’t perform that action at this time.
0 commit comments