Skip to content

Commit a4abbed

Browse files
authored
Merge pull request #1850 from aws/zoewangg-patch-6
Ignore Lambda Integration Test
2 parents dbc9f1c + 4734536 commit a4abbed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

services/lambda/src/it/java/software/amazon/awssdk/services/lambda/ServiceIntegrationTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
import org.junit.Assert;
2525
import org.junit.Before;
2626
import org.junit.BeforeClass;
27+
import org.junit.Ignore;
2728
import org.junit.Rule;
2829
import org.junit.Test;
2930
import software.amazon.awssdk.core.SdkBytes;
@@ -48,6 +49,7 @@
4849
import software.amazon.awssdk.testutils.retry.RetryRule;
4950
import software.amazon.awssdk.utils.BinaryUtils;
5051

52+
@Ignore
5153
public class ServiceIntegrationTest extends IntegrationTestBase {
5254

5355
private static final String FUNCTION_NAME = "java-sdk-helloworld-" + System.currentTimeMillis();

0 commit comments

Comments
 (0)