File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
google-cloud-storage/src/test/java/com/google/cloud/storage Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 3535import java .nio .file .StandardOpenOption ;
3636import java .util .Arrays ;
3737import java .util .concurrent .ExecutionException ;
38+ import org .junit .Ignore ;
3839import org .junit .Test ;
3940import org .junit .runner .RunWith ;
4041
@@ -85,6 +86,7 @@ public void appendableBlobUploadWithoutFinalizing() throws IOException {
8586 }
8687
8788 @ Test
89+ @ Ignore ("Pending work in testbench, manually verified internally on 2025-03-03" )
8890 public void appendableBlobUploadTakeover () throws Exception {
8991 BlobId bid = BlobId .of (bucket .getName (), generator .randomObjectName ());
9092 AppendableBlobUpload upload = storage .appendableBlobUpload (BlobInfo .newBuilder (bid ).build (), 5 );
You can’t perform that action at this time.
0 commit comments