Skip to content

Commit b13962a

Browse files
committed
remove latest layers
1 parent 9ce0a32 commit b13962a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

integration_tests/serverless-plugin.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,5 @@ custom:
9797
datadog:
9898
flushMetricsToLogs: true
9999
enableXrayTracing: true
100+
addLayers: false
100101
forwarder: # The Datadog Forwarder ARN goes here.

scripts/run_integration_tests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ serverless deploy -c "./serverless-plugin.yml"
5050
echo "Deploying functions without plugin"
5151
serverless deploy
5252

53+
sleep $LOGS_WAIT_SECONDS
54+
5355
echo "Invoking functions"
5456
set +e # Don't exit this script if an invocation fails or there's a diff
5557
for _sls_type in "with-plugin" "without-plugin"; do

0 commit comments

Comments
 (0)