[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:
@@ -9,9 +9,9 @@ dependencies {
|
||||
api(project(":core:deserialization.common.jvm"))
|
||||
api(project(":core:deserialization"))
|
||||
implementation(project(":core:compiler.common.jvm"))
|
||||
testImplementation(projectTests(":compiler:tests-common-new"))
|
||||
|
||||
api(intellijCore())
|
||||
|
||||
}
|
||||
|
||||
sourceSets {
|
||||
|
||||
Reference in New Issue
Block a user