Skip to content

Commit

Permalink
chore: disable unit test that was causing problems due to static (#2509)
Browse files Browse the repository at this point in the history
variable
  • Loading branch information
agrawal-siddharth authored May 23, 2024
1 parent 05ebe17 commit 3f0afe7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand 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 {
Expand Down

0 comments on commit 3f0afe7

Please sign in to comment.