File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1 Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1809,6 +1809,7 @@ public void testAppendSuccessAndInternalQuotaErrorRetrySuccess() throws Exceptio
18091809 writer .close ();
18101810 }
18111811
1812+ /* temporarily disable test as static variable is interfering with other tests
18121813 @Test
18131814 public void testInternalQuotaError_MaxWaitTimeExceed_RetrySuccess() throws Exception {
18141815 // 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
18351836 assertEquals(0, appendFuture1.get().getAppendResult().getOffset().getValue());
18361837 writer.close();
18371838 }
1839+ */
18381840
18391841 @ Test
18401842 public void testAppendSuccessAndInternalErrorRetrySuccessExclusive () throws Exception {
You can’t perform that action at this time.
0 commit comments