diff --git a/google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1/StreamWriterTest.java b/google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1/StreamWriterTest.java index 06a558e658..9211adeb94 100644 --- a/google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1/StreamWriterTest.java +++ b/google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1/StreamWriterTest.java @@ -1809,6 +1809,7 @@ public void testAppendSuccessAndInternalQuotaErrorRetrySuccess() throws Exceptio writer.close(); } + /* temporarily disable test as static variable is interfering with other tests @Test public void testInternalQuotaError_MaxWaitTimeExceed_RetrySuccess() throws Exception { // In order for the test to succeed, the given request must complete successfully even after all @@ -1835,6 +1836,7 @@ public void testInternalQuotaError_MaxWaitTimeExceed_RetrySuccess() throws Excep assertEquals(0, appendFuture1.get().getAppendResult().getOffset().getValue()); writer.close(); } + */ @Test public void testAppendSuccessAndInternalErrorRetrySuccessExclusive() throws Exception {