Skip to content

Commit

Permalink
Merge pull request #74 from jeandersonbc/issue56
Browse files Browse the repository at this point in the history
Added ignored tests (Fixes #56)
  • Loading branch information
cyrille-artho authored Jun 1, 2018
2 parents 3d90910 + 9c1beaa commit dda52e5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 72 deletions.
6 changes: 0 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -230,12 +230,6 @@ test {
exclude "**/SplitInputStreamTest.class"
exclude "**/JPF_*.class"

// XXX Tests temporarily ignored because they are not fully supported in the Gradle build yet
new File("failing-tests.txt").eachLine { failedTestClass ->
def ignoredPath = "**/" + failedTestClass.replace(".", "/") + ".class"
exclude ignoredPath
}

testLogging {
events "passed", "skipped", "failed"
}
Expand Down
66 changes: 0 additions & 66 deletions failing-tests.txt

This file was deleted.

0 comments on commit dda52e5

Please sign in to comment.