From 3a363fddca59633342d3f2043b1a14d3e8a8b9cb Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Wed, 26 Nov 2025 19:27:04 +0000 Subject: [PATCH 1/2] test(e2e): skip S3 Vectors can put vectors --- clients/client-s3vectors/test/S3Vectors.e2e.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/client-s3vectors/test/S3Vectors.e2e.spec.ts b/clients/client-s3vectors/test/S3Vectors.e2e.spec.ts index b4ec62006a20..92970e88798c 100644 --- a/clients/client-s3vectors/test/S3Vectors.e2e.spec.ts +++ b/clients/client-s3vectors/test/S3Vectors.e2e.spec.ts @@ -48,7 +48,7 @@ describe( } }); - it("can put vectors", async () => { + 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.", From 4ab3c1a2aa09cee206af06f80f7a6a7d012629e4 Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Wed, 26 Nov 2025 11:31:52 -0800 Subject: [PATCH 2/2] docs: provide reference to why we're skipping tests --- clients/client-s3vectors/test/S3Vectors.e2e.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/clients/client-s3vectors/test/S3Vectors.e2e.spec.ts b/clients/client-s3vectors/test/S3Vectors.e2e.spec.ts index 92970e88798c..4b1ebbf4093c 100644 --- a/clients/client-s3vectors/test/S3Vectors.e2e.spec.ts +++ b/clients/client-s3vectors/test/S3Vectors.e2e.spec.ts @@ -48,6 +48,7 @@ describe( } }); + // 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.",