Skip to content

Commit 595ab03

Browse files
authored
test: skip flaky test_native_crash_http with kcov (#1596)
1 parent 6e908af commit 595ab03

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_integration_http.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -799,6 +799,7 @@ def test_discarding_before_breadcrumb_http(cmake, httpserver):
799799
assert_no_breadcrumbs(envelope)
800800

801801

802+
@pytest.mark.skipif(is_kcov, reason="kcov exits with 0 even when the process crashes")
802803
@pytest.mark.skipif(not has_native, reason="test needs native backend")
803804
def test_native_crash_http(cmake, httpserver):
804805
"""Test native backend crash handling with HTTP transport"""

0 commit comments

Comments
 (0)