Disable plugin updater check in tests
This commit is contained in:
@@ -59,6 +59,8 @@ class KotlinPluginUpdater(val propertiesComponent: PropertiesComponent) : Dispos
|
||||
}
|
||||
|
||||
private fun queueUpdateCheck() {
|
||||
if (ApplicationManager.getApplication().isUnitTestMode) return
|
||||
|
||||
ApplicationManager.getApplication().assertIsDispatchThread()
|
||||
if (!checkQueued) {
|
||||
checkQueued = true
|
||||
|
||||
Reference in New Issue
Block a user