Revert "Avoid run DefinitionsCollectorBackgroundTask on AWT in tests"

This reverts commit 52cc7aa1
This commit is contained in:
Vladimir Dolzhenko
2020-03-30 20:55:47 +02:00
parent 4ade669b9b
commit 3f9892a49d
@@ -72,8 +72,6 @@ abstract class AsyncScriptDefinitionsContributor(protected val project: Project)
}
}
override fun isHeadless(): Boolean = false
override fun run(indicator: ProgressIndicator) {
while (true) {
if (indicator.isCanceled || !shouldStartNewUpdate) {