Skip to content

Commit

Permalink
Remove unnecessary check
Browse files Browse the repository at this point in the history
  • Loading branch information
dyastremsky committed Feb 28, 2024
1 parent 1d14134 commit 8c17b75
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/c++/perf_analyzer/genai-pa/tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,6 @@ def test_arguments_output(self, arg, expected_output, capsys):

try:
# Call the run function
# TODO: Un-comment the below when the perf analyzer call works for all the tests.
# with pytest.raises(SystemExit):
run(combined_args)
finally:
# Restore stdout and stderr
Expand Down

0 comments on commit 8c17b75

Please sign in to comment.