Skip to content

Commit

Permalink
chore(middleware-sdk-s3): enable s3 express e2e tests (#5690)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe authored Jan 18, 2024
1 parent e935296 commit 3edef9c
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ const region = "us-east-1";
const zone = "use1-az6";
const suffix = `${zone}--x-s3`;

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

let s3: S3; // test subject.
Expand Down

0 comments on commit 3edef9c

Please sign in to comment.