[Build] Don't generate redundant modularized tests configurations for kotlin project

This commit is contained in:
Dmitriy Novozhilov
2022-01-17 14:34:14 +03:00
parent 8daf7774ba
commit 598f09d7a5
@@ -154,9 +154,7 @@ val testDataPathList = listOfNotNull(
val additionalConfigurationsWithFilter = mapOf(
"Kotlin" to listOf(
"Kotlin. All main modules" to ".*/main",
"Kotlin. idea.main module" to ".*/idea/build/.*/main",
"Kotlin. idea.test module" to ".*/idea/build/.*/test"
)
)