File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed
jetbrains-core/it/software/aws/toolkits/jetbrains/services/clouddebug
jetbrains-ultimate/it/software/aws/toolkits/jetbrains/services/clouddebug/nodejs Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ import com.intellij.openapi.externalSystem.util.ExternalSystemUtil
13
13
import com.intellij.testFramework.runInEdtAndWait
14
14
import org.assertj.core.api.Assertions.assertThat
15
15
import org.jetbrains.plugins.gradle.util.GradleConstants
16
+ import org.junit.Ignore
16
17
import org.junit.Rule
17
18
import org.junit.Test
18
19
import org.mockito.Mockito
@@ -36,6 +37,7 @@ import software.aws.toolkits.jetbrains.utils.setUpGradleProject
36
37
import java.nio.file.Paths
37
38
import java.util.concurrent.CompletableFuture
38
39
40
+ @Ignore
39
41
class JavaDebugEndToEndTest : CloudDebugTestCase (" CloudDebugTestECSClusterTaskDefinitionWithJava" ) {
40
42
@JvmField
41
43
@Rule
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ import com.intellij.execution.configurations.RuntimeConfigurationWarning
7
7
import com.intellij.execution.executors.DefaultDebugExecutor
8
8
import com.intellij.testFramework.runInEdtAndWait
9
9
import org.assertj.core.api.Assertions.assertThat
10
+ import org.junit.Ignore
10
11
import org.junit.Rule
11
12
import org.junit.Test
12
13
import software.aws.toolkits.jetbrains.core.credentials.activeCredentialProvider
@@ -28,6 +29,7 @@ import java.nio.file.Paths
28
29
import java.util.concurrent.CountDownLatch
29
30
30
31
// We use the corretto image for Python too, that is why we use the Java Task Def
32
+ @Ignore
31
33
class PythonDebugEndToEndTest : CloudDebugTestCase (" CloudDebugTestECSClusterTaskDefinitionWithJava" ) {
32
34
@JvmField
33
35
@Rule
Original file line number Diff line number Diff line change @@ -280,8 +280,6 @@ tasks.test {
280
280
useTestNG()
281
281
environment(" LOCAL_ENV_RUN" , true )
282
282
maxHeapSize = " 1024m"
283
-
284
- outputs.cacheIf { false }
285
283
}
286
284
287
285
tasks.integrationTest {
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import org.assertj.core.api.Assertions.assertThat
11
11
import org.junit.After
12
12
import org.junit.Assume.assumeTrue
13
13
import org.junit.Before
14
+ import org.junit.Ignore
14
15
import org.junit.Rule
15
16
import org.junit.Test
16
17
import software.aws.toolkits.jetbrains.core.credentials.activeCredentialProvider
@@ -28,6 +29,7 @@ import software.aws.toolkits.jetbrains.utils.checkBreakPointHit
28
29
import software.aws.toolkits.jetbrains.utils.executeRunConfigurationAndWait
29
30
import software.aws.toolkits.jetbrains.utils.rules.HeavyNodeJsCodeInsightTestFixtureRule
30
31
32
+ @Ignore
31
33
class NodeJsDebugEndToEndTest : CloudDebugTestCase (" CloudDebugTestECSClusterTaskDefinitionWithNode" ) {
32
34
@Rule
33
35
@JvmField
You can’t perform that action at this time.
0 commit comments