Skip to content

Commit

Permalink
Mark test case with JIRA issue and ignore it
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Muschko committed Aug 26, 2016
1 parent 7974c97 commit 9f960b7
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -17,6 +17,7 @@
package org.gradle.api.tasks

import org.gradle.integtests.fixtures.AbstractIntegrationSpec
import spock.lang.Ignore
import spock.lang.Issue
import spock.lang.Unroll

Expand Down Expand Up @@ -245,6 +246,8 @@ class TaskInputPropertiesIntegrationTest extends AbstractIntegrationSpec {
succeeds "b" assertTasksExecuted ":a", ":b"
}

@Ignore
@Issue("GRADLE-3537")
def "can use Enum from buildSrc as input property"() {
given:
file("buildSrc/src/main/java/org/gradle/MessageType.java") << """
Expand Down

0 comments on commit 9f960b7

Please sign in to comment.