Skip to content

Commit c58fe1f

Browse files
committed
test: annotated two appendable upload tests as ignored until testbench allows takeover
1 parent 616256a commit c58fe1f

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
@@ -135,6 +135,7 @@ public void testUploadFileUsingAppendable() throws Exception {
135135
}
136136

137137
@Test
138+
@Ignore("Pending work in testbench, manually verified internally on 2025-03-25")
138139
public void finalizeAfterCloseWorks() throws Exception {
139140
AppendableBlobUploadConfig uploadConfig =
140141
AppendableBlobUploadConfig.of().withFlushPolicy(FlushPolicy.maxFlushSize(1024));
@@ -150,6 +151,7 @@ public void finalizeAfterCloseWorks() throws Exception {
150151
}
151152

152153
@Test
154+
@Ignore("Pending work in testbench, manually verified internally on 2025-03-25")
153155
public void takeoverJustToFinalizeWorks() throws Exception {
154156
AppendableBlobUploadConfig uploadConfig =
155157
AppendableBlobUploadConfig.of().withFlushPolicy(FlushPolicy.maxFlushSize(5));

0 commit comments

Comments
 (0)