diff --git a/backend.native/tests/build.gradle b/backend.native/tests/build.gradle index 75db75ef105..2fe5073f91c 100644 --- a/backend.native/tests/build.gradle +++ b/backend.native/tests/build.gradle @@ -622,7 +622,8 @@ task args0(type: RunKonanTest) { } task main_exception(type: RunKonanTest) { - goldValue = "Uncaught exception from Kotlin's main: Throwable\n" + // TODO: cannot currently check the output because the exact stacktrace strings are unpredictable. + // goldValue = "Uncaught exception from Kotlin's main: Throwable\n" source = "runtime/basic/main_exception.kt" }