diff --git a/codex-rs/core/tests/responses_headers.rs b/codex-rs/core/tests/responses_headers.rs index 71c8b4717a..88be90dc72 100644 --- a/codex-rs/core/tests/responses_headers.rs +++ b/codex-rs/core/tests/responses_headers.rs @@ -23,6 +23,7 @@ use pretty_assertions::assert_eq; use tempfile::TempDir; use wiremock::matchers::header; +// Comment-only change to force a full CI run on a no-op PR. #[tokio::test] async fn responses_stream_includes_subagent_header_on_review() { core_test_support::skip_if_no_network!();