Skip to content

Commit

Permalink
Ignore pytest-reportportal client errors
Browse files Browse the repository at this point in the history
https://github.com/reportportal/agent-python-pytest#troubleshooting

Mitigates connectivity issues of the RP server during a test session.
Currently any exceptions from pytest-reportportal result in an
INTERNALERROR that kills the session.
  • Loading branch information
mshriver committed Feb 23, 2021
1 parent 3e741ee commit d9dfded
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ exclude = '''

[tool.pytest.ini_options]
junit_logging = 'all'
rp_ignore_errors = 'True'
addopts = '--show-capture=no'

0 comments on commit d9dfded

Please sign in to comment.