Remove intellij-core from testRuntime if full idea is already there

Looks like it makes tests flacky

Original commit: 68b5dc756c
This commit is contained in:
Vyacheslav Gerasimov
2018-01-29 15:52:03 +03:00
parent 991ca73c0b
commit 0f68c3017a
-1
View File
@@ -28,7 +28,6 @@ dependencies {
testRuntime(project(it))
}
testRuntime(intellijDep())
testRuntime(intellijCoreDep()) { includeJars("intellij-core") }
testRuntime(projectDist(":kotlin-reflect"))
}