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.
2 parents dbc9f1c + 4734536 commit a4abbedCopy full SHA for a4abbed
services/lambda/src/it/java/software/amazon/awssdk/services/lambda/ServiceIntegrationTest.java
@@ -24,6 +24,7 @@
24
import org.junit.Assert;
25
import org.junit.Before;
26
import org.junit.BeforeClass;
27
+import org.junit.Ignore;
28
import org.junit.Rule;
29
import org.junit.Test;
30
import software.amazon.awssdk.core.SdkBytes;
@@ -48,6 +49,7 @@
48
49
import software.amazon.awssdk.testutils.retry.RetryRule;
50
import software.amazon.awssdk.utils.BinaryUtils;
51
52
+@Ignore
53
public class ServiceIntegrationTest extends IntegrationTestBase {
54
55
private static final String FUNCTION_NAME = "java-sdk-helloworld-" + System.currentTimeMillis();
0 commit comments