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 e935296 commit 3edef9cCopy full SHA for 3edef9c
packages/middleware-sdk-s3/src/s3-express/middleware-s3-express.e2e.spec.ts
@@ -8,10 +8,7 @@ const region = "us-east-1";
8
const zone = "use1-az6";
9
const suffix = `${zone}--x-s3`;
10
11
-/**
12
- * TODO(s3-express): test accounts can only run this when GA.
13
- */
14
-describe.skip("s3 express CRUD test suite", () => {
+describe("s3 express CRUD test suite", () => {
15
jest.setTimeout(30000);
16
17
let s3: S3; // test subject.
0 commit comments