We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f381795 commit ac950adCopy full SHA for ac950ad
1 file changed
google-cloud-storage/src/test/java/com/google/cloud/storage/ITAppendableUploadTest.java
@@ -35,6 +35,7 @@
35
import java.nio.file.StandardOpenOption;
36
import java.util.Arrays;
37
import java.util.concurrent.ExecutionException;
38
+import org.junit.Ignore;
39
import org.junit.Test;
40
import org.junit.runner.RunWith;
41
@@ -85,6 +86,7 @@ public void appendableBlobUploadWithoutFinalizing() throws IOException {
85
86
}
87
88
@Test
89
+ @Ignore("Pending work in testbench, manually verified internally on 2025-03-03")
90
public void appendableBlobUploadTakeover() throws Exception {
91
BlobId bid = BlobId.of(bucket.getName(), generator.randomObjectName());
92
AppendableBlobUpload upload = storage.appendableBlobUpload(BlobInfo.newBuilder(bid).build(), 5);
0 commit comments