Skip to content

Commit ea851b9

Browse files
authored
test(e2e): skip S3 Vectors can put vectors (#7529)
1 parent e9962f1 commit ea851b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clients/client-s3vectors/test/S3Vectors.e2e.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ describe(
4848
}
4949
});
5050

51-
it("can put vectors", async () => {
51+
// todo(s3): this is a temporary issue (D349093610), re-enable this test later.
52+
it.skip("can put vectors", async () => {
5253
const texts = [
5354
"Santa Bear is a bear who wears a Santa outfit.",
5455
"Saucey is a tiger who is rotund.",

0 commit comments

Comments
 (0)