Skip to content

Commit 828334b

Browse files
committed
Remove test logging
1 parent 8636aaa commit 828334b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/repository-gcs/src/test/java/org/elasticsearch/repositories/gcs/GoogleCloudStorageBlobContainerRetriesTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -457,8 +457,6 @@ public void testWriteLargeBlob() throws IOException {
457457

458458
if (randomBoolean()) {
459459
exchange.sendResponseHeaders(HttpStatus.SC_INTERNAL_SERVER_ERROR, -1);
460-
} else {
461-
logger.warn("Closing connection without response");
462460
}
463461
}));
464462

0 commit comments

Comments
 (0)