Skip to content

Commit 246ca66

Browse files
committed
test(aws): Skip pulling image on lambda start
1 parent 1854214 commit 246ca66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev-packages/e2e-tests/test-applications/aws-serverless/tests/lambda-fixtures.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export const test = base.extend<{ testEnvironment: LocalLambdaStack; lambdaClien
3939
'EAGER',
4040
'--docker-network',
4141
DOCKER_NETWORK_NAME,
42+
'--skip-pull-image',
4243
];
4344

4445
if (process.env.NODE_VERSION) {

0 commit comments

Comments
 (0)