Skip to content

Commit 94fe3ec

Browse files
authored
Disable CreateFunctionIntegrationTest (#2243)
1 parent a110ba4 commit 94fe3ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jetbrains-core/it/software/aws/toolkits/jetbrains/services/lambda/upload/CreateFunctionIntegrationTest.kt

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import com.intellij.util.ThrowableRunnable
1111
import org.assertj.core.api.Assertions.assertThat
1212
import org.junit.After
1313
import org.junit.Before
14+
import org.junit.Ignore
1415
import org.junit.Rule
1516
import org.junit.Test
1617
import software.amazon.awssdk.regions.Region
@@ -47,6 +48,7 @@ import software.aws.toolkits.jetbrains.utils.setUpGradleProject
4748
import software.aws.toolkits.jetbrains.utils.waitToLoad
4849
import java.time.Duration
4950

51+
@Ignore
5052
class CreateFunctionIntegrationTest {
5153
private val projectRule = HeavyJavaCodeInsightTestFixtureRule()
5254
private val resourceCache = MockResourceCacheRule()

0 commit comments

Comments
 (0)