Remove checking userHomeDir/.konan/dependencie in NativeDownloadAndPlatformLibsIT. In teamcity someone creates this dir.

This commit is contained in:
Dmitrii Krasnov
2023-09-01 17:44:10 +02:00
committed by Space Team
parent 2f893017ee
commit e1c770eecb
@@ -54,7 +54,6 @@ class NativeDownloadAndPlatformLibsIT : KGPBaseTest() {
@AfterEach
fun checkThatUserKonanDirIsEmptyAfterTest() {
val userHomeDir = System.getProperty("user.home")
assertFileNotExists(Paths.get("$userHomeDir/.konan/dependencies"))
assertFileNotExists(Paths.get("$userHomeDir/.konan/kotlin-native-prebuilt-$platformName-$currentCompilerVersion"))
}