Skip to content

Commit

Permalink
fixup! ci: Add a server to track flakyness in pytest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Aug 27, 2023
1 parent 2fe8a44 commit 7216d05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,5 @@ def pytest_pyfunc_call(pyfuncitem):
data=json.dumps(result).encode('ASCII'),
)
except Exception as e:
breakpoint()
print(f"Could not report testrun: {e}")

0 comments on commit 7216d05

Please sign in to comment.