Skip to content

Commit e44134a

Browse files
committed
Re-enable tests against 7.11.0-SNAPSHOT
Closes #116.
1 parent 333a39a commit e44134a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ tasks {
209209
}
210210
systemProperty("testng.version", version.value)
211211
systemProperty("java.util.logging.manager", "org.apache.logging.log4j.jul.LogManager")
212-
ignoreFailures = version.isSnapshot() // TODO remove this line once a new 7.11.0-SNAPSHOT artifact is available
213212
}
214213
}
215214
test {

0 commit comments

Comments
 (0)