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