Skip to content

Commit

Permalink
revert debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mndeveci committed Nov 7, 2023
1 parent bcbfc23 commit 3e8be94
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tests/integration/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ def _test_init_template(self):
PROJECT_NAME,
]
if self.runtime:
LOG.info(f"### Adding {self.runtime}")
cmdlist.append("--extra-context")
cmdlist.append(f'{{"runtime": "{self.runtime}"}}')
run_command(cmdlist, self.tempdir.name)
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/build_invoke/build_invoke_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def _test_local_invoke(self):
except json.decoder.JSONDecodeError:
self.fail(f"Response is not a valid JSON: {result.stdout}")

#@pytest.mark.flaky(reruns=3)
@pytest.mark.flaky(reruns=3)
def test_buld_and_invoke(self):
self._test_init_template()
self._test_build()
Expand Down

0 comments on commit 3e8be94

Please sign in to comment.