diff --git a/src/main/kotlin/org/jetbrains/research/testspark/tools/ToolUtils.kt b/src/main/kotlin/org/jetbrains/research/testspark/tools/ToolUtils.kt index 99e1fc4fa..fb8d93aca 100644 --- a/src/main/kotlin/org/jetbrains/research/testspark/tools/ToolUtils.kt +++ b/src/main/kotlin/org/jetbrains/research/testspark/tools/ToolUtils.kt @@ -114,6 +114,7 @@ object ToolUtils { fun isProcessCanceled(indicator: CustomProgressIndicator): Boolean { if (indicator.isCanceled()) { + // TODO: we must not stop this indicator! cancellation MAY imply stoppage indicator.stop() return true }