Skip to content

Commit 3edef9c

Browse files
authored
chore(middleware-sdk-s3): enable s3 express e2e tests (#5690)
1 parent e935296 commit 3edef9c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: packages/middleware-sdk-s3/src/s3-express/middleware-s3-express.e2e.spec.ts

+1-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ const region = "us-east-1";
88
const zone = "use1-az6";
99
const suffix = `${zone}--x-s3`;
1010

11-
/**
12-
* TODO(s3-express): test accounts can only run this when GA.
13-
*/
14-
describe.skip("s3 express CRUD test suite", () => {
11+
describe("s3 express CRUD test suite", () => {
1512
jest.setTimeout(30000);
1613

1714
let s3: S3; // test subject.

0 commit comments

Comments
 (0)