We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e908af commit 595ab03Copy full SHA for 595ab03
1 file changed
tests/test_integration_http.py
@@ -799,6 +799,7 @@ def test_discarding_before_breadcrumb_http(cmake, httpserver):
799
assert_no_breadcrumbs(envelope)
800
801
802
+@pytest.mark.skipif(is_kcov, reason="kcov exits with 0 even when the process crashes")
803
@pytest.mark.skipif(not has_native, reason="test needs native backend")
804
def test_native_crash_http(cmake, httpserver):
805
"""Test native backend crash handling with HTTP transport"""
0 commit comments