Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion clients/client-s3vectors/test/S3Vectors.e2e.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
Loading