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 05bacb6 + 0a40276 commit 134c194Copy full SHA for 134c194
services/sns/src/it/java/software/amazon/awssdk/services/sns/MobilePushIntegrationTest.java
@@ -23,6 +23,7 @@
23
import java.util.HashMap;
24
import java.util.Map;
25
import java.util.Random;
26
+import org.junit.Ignore;
27
import org.junit.Test;
28
import software.amazon.awssdk.services.sns.model.CreatePlatformApplicationRequest;
29
import software.amazon.awssdk.services.sns.model.CreatePlatformApplicationResponse;
@@ -59,6 +60,8 @@ public class MobilePushIntegrationTest extends IntegrationTestBase {
59
60
* Tests for mobile push API
61
*
62
*/
63
+ // TODO: remove ignore once the issue is fixed.
64
+ @Ignore
65
@Test
66
public void testMobilePushOperations() throws InterruptedException {
67
0 commit comments