diff --git a/clients/client-s3vectors/test/S3Vectors.e2e.spec.ts b/clients/client-s3vectors/test/S3Vectors.e2e.spec.ts index b4ec62006a20c..4b1ebbf4093c4 100644 --- a/clients/client-s3vectors/test/S3Vectors.e2e.spec.ts +++ b/clients/client-s3vectors/test/S3Vectors.e2e.spec.ts @@ -48,7 +48,8 @@ describe( } }); - it("can put vectors", async () => { + // todo(s3): this is a temporary issue (D349093610), re-enable this test later. + it.skip("can put vectors", async () => { const texts = [ "Santa Bear is a bear who wears a Santa outfit.", "Saucey is a tiger who is rotund.",