Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def _isolate_from_outer_ci_session(monkeypatch: pytest.MonkeyPatch) -> None:
filter and log submission — breaking tests that rely on DD_LOGS_INJECTION behaviour.
"""
monkeypatch.delenv("_DD_CIVISIBILITY_USE_CI_CONTEXT_PROVIDER", raising=False)
monkeypatch.setenv("DD_TEST_MANAGEMENT_ENABLED", "0")


# Infrastructure mock plugin — loaded via "-p dd_log_corr_infra" so its pytest_configure fires
Expand Down
Loading