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
8
8
import com.github.jengelman.gradle.plugins.shadow.docs.internal.snippets.executer.SnippetExecuter
9
9
import com.github.jengelman.gradle.plugins.shadow.docs.internal.snippets.fixture.GroovyScriptFixture
10
10
import com.google.common.base.StandardSystemProperty
11
+ import org.junit.jupiter.api.Disabled
11
12
import org.junit.jupiter.api.DynamicTest
12
13
import org.junit.jupiter.api.TestFactory
13
14
import org.junit.jupiter.api.io.TempDir
@@ -21,6 +22,7 @@ class ManualCodeSnippetTests {
21
22
" groovy no-run" : new NoopExecuter ()
22
23
]
23
24
25
+ @Disabled (" We have to run doc tests on main branch only" )
24
26
@TestFactory
25
27
List<DynamicTest > provideDynamicTests (@TempDir Path tempDir ) {
26
28
File cwd = new File (StandardSystemProperty . USER_DIR . value())
You can’t perform that action at this time.
0 commit comments