Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(middleware-sdk-s3): enable s3 express e2e tests #5690

Merged
merged 1 commit into from
Jan 18, 2024
Merged
Changes from all commits
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
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
Loading