Mute MultiModuleHighlightingTest via csv-file
This commit is contained in:
committed by
TeamCityServer
parent
7ed6aae46e
commit
f2ecf7f666
+2
-2
@@ -58,7 +58,7 @@ object Bunches {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private fun readAllRulesFromFile(): List<String> {
|
private fun readAllRulesFromFile(): List<String> {
|
||||||
val file = File("../..", ".bunch")
|
val file = File("../../..", ".bunch")
|
||||||
if (!file.exists()) {
|
if (!file.exists()) {
|
||||||
throw BunchException("Can't build list of rules. File '${file.canonicalPath}' doesn't exist")
|
throw BunchException("Can't build list of rules. File '${file.canonicalPath}' doesn't exist")
|
||||||
}
|
}
|
||||||
@@ -93,7 +93,7 @@ class LocallyMutedTests {
|
|||||||
|
|
||||||
private fun getMutedTestsFromDatabase(): Map<String, List<MutedTest>> {
|
private fun getMutedTestsFromDatabase(): Map<String, List<MutedTest>> {
|
||||||
val mutedTestsMap = mutableMapOf<String, List<MutedTest>>()
|
val mutedTestsMap = mutableMapOf<String, List<MutedTest>>()
|
||||||
val databaseDir = "../../tests"
|
val databaseDir = "../../../tests"
|
||||||
|
|
||||||
val commonDatabaseFile = File(databaseDir, "mute-common.csv")
|
val commonDatabaseFile = File(databaseDir, "mute-common.csv")
|
||||||
mutedTestsMap[muteCommonTestKey] = flakyTests(commonDatabaseFile)
|
mutedTestsMap[muteCommonTestKey] = flakyTests(commonDatabaseFile)
|
||||||
|
|||||||
@@ -81,3 +81,4 @@ org.jetbrains.kotlin.idea.caches.resolve.IdeLightClassTestGenerated.CompilationE
|
|||||||
org.jetbrains.kotlin.idea.caches.resolve.IdeLightClassTestGenerated.CompilationErrors.testJvmPackageName, Invalid behavior of old lightclasses in common tests,,
|
org.jetbrains.kotlin.idea.caches.resolve.IdeLightClassTestGenerated.CompilationErrors.testJvmPackageName, Invalid behavior of old lightclasses in common tests,,
|
||||||
org.jetbrains.uast.test.kotlin.SimpleKotlinRenderLogTest.testReceiverFun, Analysing of facade annotation with receiver site is broken (connected with KT-40403),,
|
org.jetbrains.uast.test.kotlin.SimpleKotlinRenderLogTest.testReceiverFun, Analysing of facade annotation with receiver site is broken (connected with KT-40403),,
|
||||||
org.jetbrains.kotlin.checkers.FirPsiCheckerTestGenerated.Regression.testJet53,,, FLAKY
|
org.jetbrains.kotlin.checkers.FirPsiCheckerTestGenerated.Regression.testJet53,,, FLAKY
|
||||||
|
org.jetbrains.kotlin.idea.caches.resolve.MultiModuleHighlightingTest.testLanguageVersionsViaFacets,,, FLAKY
|
||||||
|
|||||||
|
Reference in New Issue
Block a user