Skip to content

Commit

Permalink
Re-enable tests against 7.11.0-SNAPSHOT
Browse files Browse the repository at this point in the history
Closes #116.
  • Loading branch information
marcphilipp committed Apr 9, 2024
1 parent 333a39a commit e44134a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ tasks {
}
systemProperty("testng.version", version.value)
systemProperty("java.util.logging.manager", "org.apache.logging.log4j.jul.LogManager")
ignoreFailures = version.isSnapshot() // TODO remove this line once a new 7.11.0-SNAPSHOT artifact is available
}
}
test {
Expand Down

0 comments on commit e44134a

Please sign in to comment.