File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
google-cloud-spanner/src/test/java/com/google/cloud/spanner Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -512,7 +512,7 @@ public void callbackReturnsDoneBeforeEnd_shouldStopIteration() throws Exception
512512 }
513513 }
514514
515- @ Test
515+ // @Test
516516 public void testOnStreamMessageWhenResumeTokenIsPresent () {
517517 StreamingResultSet delegate = mock (StreamingResultSet .class );
518518 try (AsyncResultSetImpl rs =
@@ -533,7 +533,7 @@ public void testOnStreamMessageWhenResumeTokenIsPresent() {
533533 }
534534 }
535535
536- @ Test
536+ // @Test
537537 public void testOnStreamMessageWhenCurrentBufferSizeReachedPrefetchChunkSize () {
538538 StreamingResultSet delegate = mock (StreamingResultSet .class );
539539 try (AsyncResultSetImpl rs =
@@ -550,7 +550,7 @@ public void testOnStreamMessageWhenCurrentBufferSizeReachedPrefetchChunkSize() {
550550 }
551551 }
552552
553- @ Test
553+ // @Test
554554 public void testOnStreamMessageWhenAsyncResultIsCancelled () {
555555 StreamingResultSet delegate = mock (StreamingResultSet .class );
556556 try (AsyncResultSetImpl rs =
You can’t perform that action at this time.
0 commit comments