diff --git a/conftest.py b/conftest.py index f21bc8de1202..c2630acda520 100644 --- a/conftest.py +++ b/conftest.py @@ -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}")