Skip to content

Commit 384644d

Browse files
committed
Fix in s3mock released
1 parent dca0327 commit 384644d

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/test/common.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -888,14 +888,7 @@ export function runTests(
888888
});
889889

890890
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-
891+
test("with .list entries", async () => {
899892
const testId = crypto.randomUUID();
900893
await client
901894
.file(`${runId}/${testId}/test-a-0.txt`)

0 commit comments

Comments
 (0)