Skip to content

Commit c242d7e

Browse files
committed
disable failing smoke tests
1 parent 16852fb commit c242d7e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/test/java/com/bandwidth/sdk/smoke/ConferencesApiTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
import okhttp3.Response;
2929

3030
import org.junit.jupiter.api.BeforeAll;
31+
import org.junit.jupiter.api.Disabled;
3132
import org.junit.jupiter.api.MethodOrderer;
3233
import org.junit.jupiter.api.Order;
3334
import org.junit.jupiter.api.AfterAll;
@@ -207,6 +208,7 @@ public void testConferenceAndMembers() throws Exception {
207208

208209
@Test
209210
@Order(3)
211+
@Disabled // issues with PV API, can re-enable after fixed
210212
public void testConferenceRecordings() throws Exception {
211213
Basic.setUsername(BW_USERNAME);
212214
Basic.setPassword(BW_PASSWORD);

src/test/java/com/bandwidth/sdk/smoke/TranscriptionsApiTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
import com.bandwidth.sdk.model.CallTranscriptionResponse;
1717
import com.bandwidth.sdk.model.CallTranscriptionTrackEnum;
1818

19+
import org.junit.jupiter.api.Disabled;
1920
import org.junit.jupiter.api.Test;
2021
import org.junit.jupiter.api.TestInstance;
2122

@@ -53,6 +54,7 @@ public class TranscriptionsApiTest {
5354

5455
@SuppressWarnings("null")
5556
@Test
57+
@Disabled // issue with PV API, can re-enable when fixed
5658
public void getAndDeleteRealTimeTranscriptionsTest() throws ApiException, InterruptedException, URISyntaxException {
5759
Basic.setUsername(BW_USERNAME);
5860
Basic.setPassword(BW_PASSWORD);

0 commit comments

Comments
 (0)