Skip to content

Commit 28991ff

Browse files
Bennett-LynchBennett Lynch
authored andcommitted
Temporarily disable TranscribeStreaming integration tests (aws#2840)
1 parent 3d475c1 commit 28991ff

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

services/transcribestreaming/src/it/java/software/amazon/awssdk/services/transcribestreaming/TranscribeStreamingIntegrationTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
import java.util.concurrent.CompletableFuture;
3030
import java.util.concurrent.ExecutionException;
3131
import org.junit.BeforeClass;
32+
import org.junit.Ignore;
3233
import org.junit.Test;
3334
import org.mockito.ArgumentCaptor;
3435
import org.reactivestreams.Publisher;
@@ -58,6 +59,7 @@
5859
*
5960
* The audio files used in this class don't have voice, so there won't be any transcripted text would be empty
6061
*/
62+
@Ignore
6163
public class TranscribeStreamingIntegrationTest {
6264
private static final Logger log = Logger.loggerFor(TranscribeStreamingIntegrationTest.class);
6365

test/stability-tests/src/it/java/software/amazon/awssdk/stability/tests/transcribestreaming/TranscribeStreamingStabilityTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
import java.util.function.IntFunction;
2222
import org.junit.jupiter.api.AfterAll;
2323
import org.junit.jupiter.api.BeforeAll;
24+
import org.junit.jupiter.api.Disabled;
2425
import org.reactivestreams.Publisher;
2526
import org.reactivestreams.Subscriber;
2627
import software.amazon.awssdk.core.async.SdkPublisher;
@@ -41,6 +42,7 @@
4142
import software.amazon.awssdk.testutils.service.AwsTestBase;
4243
import software.amazon.awssdk.utils.Logger;
4344

45+
@Disabled
4446
public class TranscribeStreamingStabilityTest extends AwsTestBase {
4547
private static final Logger log = Logger.loggerFor(TranscribeStreamingStabilityTest.class.getSimpleName());
4648
public static final int CONCURRENCY = 2;

0 commit comments

Comments
 (0)