Skip to content

Commit

Permalink
Reenable tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
welandaz committed Sep 18, 2024
1 parent 3a4bb6a commit 654ebcd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,12 @@ import hudson.model.Node
import hudson.model.TaskListener
import org.junit.Rule
import org.junit.rules.TemporaryFolder
import spock.lang.Ignore
import spock.lang.Specification
import spock.lang.Subject
import spock.lang.Unroll

import static hudson.plugins.gradle.injection.InjectionUtil.JENKINSGRADLEPLUGIN_GLOBAL_AUTO_INJECTION_CHECK

@Ignore
class DevelocityComputerListenerTest extends Specification {

def globalEnvVars = new EnvVars([GLOBAL: "true"])
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,12 @@ import hudson.model.Computer
import hudson.model.Node
import org.junit.Rule
import org.junit.rules.TemporaryFolder
import spock.lang.Ignore
import spock.lang.Specification
import spock.lang.Subject
import spock.lang.Unroll

import static hudson.plugins.gradle.injection.InjectionUtil.JENKINSGRADLEPLUGIN_GLOBAL_AUTO_INJECTION_CHECK

@Ignore
class InjectionConfigChangeListenerTest extends Specification {

private static final XmlFile UNUSED_XML_FILE = null
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ package hudson.plugins.gradle.injection

import org.junit.Rule
import org.junit.rules.TemporaryFolder
import spock.lang.Ignore
import spock.lang.Specification
import spock.lang.Subject

@Ignore
class MavenExtensionDownloadHandlerTest extends Specification {

@Rule
Expand Down

0 comments on commit 654ebcd

Please sign in to comment.