Skip to content

Commit 4a03425

Browse files
authored
Speed up integ tests (#3120)
1 parent bc5b0f2 commit 4a03425

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

jetbrains-core/it/software/aws/toolkits/jetbrains/services/clouddebug/java/JavaDebugEndToEndTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import com.intellij.openapi.externalSystem.util.ExternalSystemUtil
1313
import com.intellij.testFramework.runInEdtAndWait
1414
import org.assertj.core.api.Assertions.assertThat
1515
import org.jetbrains.plugins.gradle.util.GradleConstants
16+
import org.junit.Ignore
1617
import org.junit.Rule
1718
import org.junit.Test
1819
import org.mockito.Mockito
@@ -36,6 +37,7 @@ import software.aws.toolkits.jetbrains.utils.setUpGradleProject
3637
import java.nio.file.Paths
3738
import java.util.concurrent.CompletableFuture
3839

40+
@Ignore
3941
class JavaDebugEndToEndTest : CloudDebugTestCase("CloudDebugTestECSClusterTaskDefinitionWithJava") {
4042
@JvmField
4143
@Rule

jetbrains-core/it/software/aws/toolkits/jetbrains/services/clouddebug/python/PythonDebugEndToEndTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import com.intellij.execution.configurations.RuntimeConfigurationWarning
77
import com.intellij.execution.executors.DefaultDebugExecutor
88
import com.intellij.testFramework.runInEdtAndWait
99
import org.assertj.core.api.Assertions.assertThat
10+
import org.junit.Ignore
1011
import org.junit.Rule
1112
import org.junit.Test
1213
import software.aws.toolkits.jetbrains.core.credentials.activeCredentialProvider
@@ -28,6 +29,7 @@ import java.nio.file.Paths
2829
import java.util.concurrent.CountDownLatch
2930

3031
// We use the corretto image for Python too, that is why we use the Java Task Def
32+
@Ignore
3133
class PythonDebugEndToEndTest : CloudDebugTestCase("CloudDebugTestECSClusterTaskDefinitionWithJava") {
3234
@JvmField
3335
@Rule

jetbrains-rider/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,6 @@ tasks.test {
280280
useTestNG()
281281
environment("LOCAL_ENV_RUN", true)
282282
maxHeapSize = "1024m"
283-
284-
outputs.cacheIf { false }
285283
}
286284

287285
tasks.integrationTest {

jetbrains-ultimate/it/software/aws/toolkits/jetbrains/services/clouddebug/nodejs/NodeJsDebugEndToEndTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import org.assertj.core.api.Assertions.assertThat
1111
import org.junit.After
1212
import org.junit.Assume.assumeTrue
1313
import org.junit.Before
14+
import org.junit.Ignore
1415
import org.junit.Rule
1516
import org.junit.Test
1617
import software.aws.toolkits.jetbrains.core.credentials.activeCredentialProvider
@@ -28,6 +29,7 @@ import software.aws.toolkits.jetbrains.utils.checkBreakPointHit
2829
import software.aws.toolkits.jetbrains.utils.executeRunConfigurationAndWait
2930
import software.aws.toolkits.jetbrains.utils.rules.HeavyNodeJsCodeInsightTestFixtureRule
3031

32+
@Ignore
3133
class NodeJsDebugEndToEndTest : CloudDebugTestCase("CloudDebugTestECSClusterTaskDefinitionWithNode") {
3234
@Rule
3335
@JvmField

0 commit comments

Comments
 (0)