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 dca0327 commit 384644dCopy full SHA for 384644d
src/test/common.ts
@@ -888,14 +888,7 @@ export function runTests(
888
});
889
890
describe("deleteObjects", () => {
891
- test("with .list entries", async t => {
892
- if (implementation === "s3mock") {
893
- // Ref: See https://github.com/adobe/S3Mock/issues/2755
894
- t.todo(
895
- `S3 implementation "${implementation}" does not implement this feature`,
896
- );
897
- }
898
-
+ test("with .list entries", async () => {
899
const testId = crypto.randomUUID();
900
await client
901
.file(`${runId}/${testId}/test-a-0.txt`)
0 commit comments