REPL: Extract IDE-specific tests to a separate test set

This commit is contained in:
Ilya Muradyan
2022-01-25 12:09:27 +03:00
committed by teamcity
parent 9637b6b848
commit 070f537ee9
4 changed files with 188 additions and 158 deletions
@@ -67,4 +67,6 @@ projectTest(taskName = "embeddableTest", parallel = true) {
workingDir = rootDir
dependsOn(embeddableTestRuntime)
classpath = embeddableTestRuntime
exclude("**/JvmReplIdeTest.class")
}