Skip to content

Commit d67a257

Browse files
committed
remove the test for grpc as it is not present for backend
1 parent 9d6152e commit d67a257

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

google/cloud/storage/tests/object_checksum_integration_test.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,8 @@ TEST_F(ObjectChecksumIntegrationTest, WriteObjectWithFullChecksumValidation) {
314314
/// @test Verify that the upload fails when the provided CRC32C checksum does
315315
/// not match the data.
316316
TEST_F(ObjectChecksumIntegrationTest, WriteObjectWithIncorrectChecksumValue) {
317+
// TODO(#14385) - the emulator does not support this feature for gRPC.
318+
if (UsingEmulator() && UsingGrpc()) GTEST_SKIP();
317319
auto client = MakeIntegrationTestClient();
318320
auto object_name = MakeRandomObjectName();
319321
auto content = LoremIpsum();

0 commit comments

Comments
 (0)