We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9962f1 commit ea851b9Copy full SHA for ea851b9
clients/client-s3vectors/test/S3Vectors.e2e.spec.ts
@@ -48,7 +48,8 @@ describe(
48
}
49
});
50
51
- it("can put vectors", async () => {
+ // todo(s3): this is a temporary issue (D349093610), re-enable this test later.
52
+ it.skip("can put vectors", async () => {
53
const texts = [
54
"Santa Bear is a bear who wears a Santa outfit.",
55
"Saucey is a tiger who is rotund.",
0 commit comments