We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9285546 commit f935c2aCopy full SHA for f935c2a
ui-tests-starter/tst-243+/software/aws/toolkits/jetbrains/uitests/TestCIServer.kt
@@ -4,10 +4,11 @@
4
package software.aws.toolkits.jetbrains.uitests
5
6
import com.intellij.ide.starter.ci.CIServer
7
+import com.intellij.ide.starter.junit5.config.LogEnvironmentVariables
8
import java.nio.file.Path
9
10
object TestCIServer : CIServer {
- override val isBuildRunningOnCI: Boolean = System.getenv("CI").toBoolean() == true
11
+ override val isBuildRunningOnCI: Boolean = false//System.getenv("CI").toBoolean()
12
override val buildNumber: String = ""
13
override val branchName: String = ""
14
override val buildParams: Map<String, String> = mapOf()
0 commit comments