[Gradle] Add check for warnings in test for KT-54634
This check was disabled due to KT-52490
This commit is contained in:
committed by
Space Team
parent
2530dd836a
commit
09bce1e472
-1
@@ -23,7 +23,6 @@ class MppTestsIT : KGPBaseTest() {
|
|||||||
"new-mpp-lib-with-tests",
|
"new-mpp-lib-with-tests",
|
||||||
gradleVersion,
|
gradleVersion,
|
||||||
buildOptions = defaultBuildOptions.copy(
|
buildOptions = defaultBuildOptions.copy(
|
||||||
warningMode = WarningMode.None, // some APIs were deprecated, remove this later
|
|
||||||
freeArgs = listOf("--continue"), // to ensure that all the tests are run
|
freeArgs = listOf("--continue"), // to ensure that all the tests are run
|
||||||
)
|
)
|
||||||
) {
|
) {
|
||||||
|
|||||||
Reference in New Issue
Block a user