Skip to content

Commit ac950ad

Browse files
committed
test: cleanup ITAppendableUploadTest
1 parent f381795 commit ac950ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

google-cloud-storage/src/test/java/com/google/cloud/storage/ITAppendableUploadTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
import java.nio.file.StandardOpenOption;
3636
import java.util.Arrays;
3737
import java.util.concurrent.ExecutionException;
38+
import org.junit.Ignore;
3839
import org.junit.Test;
3940
import 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);

0 commit comments

Comments
 (0)