Skip to content

Commit

Permalink
Add --debug to flaky test to get more information (#6560)
Browse files Browse the repository at this point in the history
* Add --debug to flaky test

* Formatting

---------

Co-authored-by: Jared Bentvelsen <[email protected]>
  • Loading branch information
bentvelj and Jared Bentvelsen authored Jan 16, 2024
1 parent 7a6698f commit bf783cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/end_to_end/test_runtimes_e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def test_hello_world_workflow(self):
package_command_list = self._get_package_command(
s3_prefix="end-to-end-package-test", use_json=True, output_template_file="packaged_template.json"
)
local_command_list = self._get_local_command(function_name)
local_command_list = self._get_local_command(function_name) + ["--debug"]
stages = [
DefaultInitStage(InitValidator(e2e_context), e2e_context, init_command_list, self.app_name),
EndToEndBaseStage(BuildValidator(e2e_context), e2e_context, build_command_list),
Expand Down

0 comments on commit bf783cf

Please sign in to comment.