Skip to content

Commit 3f0afe7

Browse files
chore: disable unit test that was causing problems due to static (#2509)
variable
1 parent 05ebe17 commit 3f0afe7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1/StreamWriterTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)