Skip to content

Commit 5c11b72

Browse files
committed
vfs
1 parent f8ca37b commit 5c11b72

File tree

1 file changed

+4
-0
lines changed
  • plugins/toolkit/jetbrains-core/tst/software/aws/toolkits/jetbrains/utils

1 file changed

+4
-0
lines changed

plugins/toolkit/jetbrains-core/tst/software/aws/toolkits/jetbrains/utils/JavaTestUtils.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,10 @@ fun HeavyJavaCodeInsightTestFixtureRule.addBreakpoint() {
169169

170170
private fun HeavyJavaCodeInsightTestFixtureRule.copyGradleFiles() {
171171
val gradleRoot = findGradlew()
172+
173+
// annoying and can't repro locally
174+
VfsRootAccess.allowRootAccess(this.fixture.testRootDisposable, gradleRoot.toString())
175+
172176
val gradleFiles = setOf("gradle/wrapper", "gradlew.bat", "gradlew")
173177

174178
gradleFiles.forEach {

0 commit comments

Comments
 (0)