pantsbuild / intellij-pants-plugin

IntelliJ Plug-in for Pants Build
Apache License 2.0
74 stars 57 forks source link

[2021.2 preparation] Move some tests outside EDT #626

Closed tpasternak closed 3 years ago

tpasternak commented 3 years ago

Since 2021.2, commit 02e3b78, tests execution needs access to the Event Dispatch Thread. Unfortunately, we have some tests that do test IntelliJ test execution. All the test, by default, are run in EDT. In order to fix it, we need to move this tests outside EDT and fix errors related to resources that may be accessed only from EDT

JetBrains/intellij-community@02e3b78