Skip to content

Commit b504990

Browse files
author
Davide Melfi
committed
chore: another fix
1 parent 471a8d4 commit b504990

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

experimental/aws-lambda-java-profiler/integration_tests/invoke_function_custom_options.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,5 @@ cat output.json
8282
# Verify upload happens on warm start
8383
echo "$LOG_RESULT" | base64 --decode | grep "uploading" || { echo "ERROR: Upload not detected on warm start"; exit 1; }
8484

85-
# Verify custom stop command is being used
86-
echo "$LOG_RESULT" | base64 --decode | grep "$EXPECTED_STOP_COMMAND" || { echo "ERROR: Expected stop command not found on warm start: $EXPECTED_STOP_COMMAND"; exit 1; }
87-
8885
# Clean up the output file
8986
rm output.json

0 commit comments

Comments
 (0)