mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
FUS: run env tests in separate build
GitOrigin-RevId: a1d4b551651d27b7d7eff490c04f6ed81417cfd9
This commit is contained in:
committed by
intellij-monorepo-bot
parent
9629463526
commit
55e32ca12e
@@ -139,6 +139,5 @@
|
||||
<orderEntry type="module" module-name="intellij.statsCollector.tests" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.filePrediction" scope="RUNTIME" />
|
||||
<orderEntry type="module" module-name="intellij.textmate" scope="TEST" />
|
||||
<orderEntry type="module" module-name="intellij.platform.statistics.envTests" scope="TEST" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -42,8 +42,9 @@ internal abstract class StatisticsUploaderBaseTest : HeavyPlatformTestCase() {
|
||||
addSuppressedException(e)
|
||||
}
|
||||
finally {
|
||||
val disposable = longRunningThreadDisposable
|
||||
super.tearDown()
|
||||
Disposer.dispose(longRunningThreadDisposable)
|
||||
Disposer.dispose(disposable)
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user