diff --git a/services/s3/e2eTest/src/S3IntegrationTest.kt b/services/s3/e2eTest/src/S3IntegrationTest.kt index 3a04e1a4a7e..30638422407 100644 --- a/services/s3/e2eTest/src/S3IntegrationTest.kt +++ b/services/s3/e2eTest/src/S3IntegrationTest.kt @@ -132,7 +132,6 @@ class S3BucketOpsIntegrationTest { assertEquals(contents, roundTrippedContents) } - @Test fun testGetEmptyObject(): Unit = runBlocking { // See https://github.com/awslabs/aws-sdk-kotlin/issues/1014