This commit is contained in:
Ahmed Ibrahim
2025-08-03 00:31:41 -07:00
parent d8e63e10ee
commit 8d01f6f200
7 changed files with 240 additions and 193 deletions

View File

@@ -89,13 +89,6 @@ const THIRD_USER_MSG: &str = "next turn";
#[tokio::test(flavor = "multi_thread", worker_threads = 2)]
async fn summarize_context_three_requests_and_instructions() {
if std::env::var(CODEX_SANDBOX_NETWORK_DISABLED_ENV_VAR).is_ok() {
println!(
"Skipping test because it cannot execute when network is disabled in a Codex sandbox."
);
return;
}
// Set up a mock server that we can inspect after the run.
let server = MockServer::start().await;