From 1f631def3f5fc99d93f68ba4376bcfcdf5de20a2 Mon Sep 17 00:00:00 2001 From: sayan-oai Date: Thu, 17 Sep 2026 23:24:00 +0000 Subject: [PATCH] Set the Windows sandbox type in the pending environment test (#46322) GitOrigin-RevId: 2154f485ddce735dcd76bdbce0b48d2053dfc45d --- codex-rs/core/tests/suite/remote_env.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/codex-rs/core/tests/suite/remote_env.rs b/codex-rs/core/tests/suite/remote_env.rs index 6aa59c671d..f01a4d3c1b 100644 --- a/codex-rs/core/tests/suite/remote_env.rs +++ b/codex-rs/core/tests/suite/remote_env.rs @@ -2021,6 +2021,7 @@ async fn future_pending_environment_can_finish_without_retargeting_the_active_tu permission_profile: PermissionProfileSnapshot::legacy(PermissionProfile::read_only()), shell_environment_policy: Default::default(), windows_sandbox_level: WindowsSandboxLevel::from_config(&test.config), + windows_sandbox_type: test.config.permissions.windows_sandbox_type, windows_sandbox_private_desktop: test.config.permissions.windows_sandbox_private_desktop, use_legacy_landlock: test.config.features.use_legacy_landlock(), exec_policy: None,