migrated NativeDownloadAndPlatformLibsIT to junit 5 and gradle TestKit
This commit is contained in:
committed by
Space Team
parent
168076766f
commit
0191a15d96
@@ -311,6 +311,10 @@ tasks.named<Task>("check") {
|
||||
}
|
||||
|
||||
tasks.withType<Test> {
|
||||
// Disable KONAN_DATA_DIR env variable for all integration tests
|
||||
// because we are using `konan.data.dir` gradle property instead
|
||||
environment.remove("KONAN_DATA_DIR")
|
||||
|
||||
val noTestProperty = project.providers.gradleProperty("noTest")
|
||||
onlyIf { !noTestProperty.isPresent }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user