[Analysis] Try to fix randomly failing tests because of unregistered FileAttributeService

It should be unregistered with the application by ApplicationEnvironmentDisposer
which is registered in :compiler:tests-common-new
This commit is contained in:
Ilya Kirillov
2022-06-29 14:52:13 +02:00
parent 7bef560b6b
commit 271ecfbd68
5 changed files with 6 additions and 3 deletions
@@ -20,6 +20,7 @@ dependencies {
api(project(":analysis:decompiled:light-classes-for-decompiled"))
api(project(":analysis:analysis-api-standalone:analysis-api-standalone-base"))
testApi(projectTests(":analysis:analysis-test-framework"))
testApi(projectTests(":analysis:analysis-api-impl-base"))
testApi(projectTests(":analysis:analysis-api-fir"))