[build][test][debugger] enabled on OSX

This commit is contained in:
Vasily Levchenko
2020-06-29 13:38:44 +02:00
parent 16f800e3fa
commit f897ad6f23
+1 -3
View File
@@ -4517,9 +4517,7 @@ project.tasks.named("test").configure {
} }
project.tasks.register("debugger_test", Test.class) { project.tasks.register("debugger_test", Test.class) {
// FIXME: fix debugger output or test enabled = (target.family == Family.OSX) // KT-30366
// enabled = (target.family == Family.OSX) // KT-30366
enabled = false
testLogging { exceptionFormat = 'full' } testLogging { exceptionFormat = 'full' }
UtilsKt.dependsOnDist(it) UtilsKt.dependsOnDist(it)
systemProperties = ['kotlin.native.home': dist] systemProperties = ['kotlin.native.home': dist]