File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tst-243+/software/aws/toolkits/jetbrains/uitests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ tasks.test {
58
58
useJUnitPlatform()
59
59
60
60
systemProperty(" ui.test.plugins" , testPlugins.get().asPath)
61
+ systemProperty(" org.gradle.project.ideProfileName" , ideProfile.name)
61
62
}
62
63
63
64
// hack to disable ui tests in ./gradlew check
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ import com.intellij.driver.sdk.ui.ui
7
7
import com.intellij.driver.sdk.waitForProjectOpen
8
8
import com.intellij.ide.starter.ci.CIServer
9
9
import com.intellij.ide.starter.config.ConfigurationStorage
10
- import com.intellij.ide.starter.config.starterConfigurationStorageDefaults
11
10
import com.intellij.ide.starter.di.di
12
11
import com.intellij.ide.starter.driver.engine.runIdeWithDriver
13
12
import com.intellij.ide.starter.ide.IdeProductProvider
@@ -31,7 +30,7 @@ class OfflineAmazonQInlineCompletionTest {
31
30
extend(di)
32
31
bindSingleton<CIServer >(overrides = true ) { TestCIServer }
33
32
val defaults = ConfigurationStorage .instance().defaults.toMutableMap().apply {
34
- put(" LOG_ENVIRONMENT_VARIABLES" , " false " )
33
+ put(" LOG_ENVIRONMENT_VARIABLES" , ( ! System .getenv( " CI " ).toBoolean()).toString() )
35
34
}
36
35
37
36
bindSingleton<ConfigurationStorage >(overrides = true ) {
You can’t perform that action at this time.
0 commit comments