Set the Windows sandbox type in the pending environment test (#46322)

GitOrigin-RevId: 2154f485ddce735dcd76bdbce0b48d2053dfc45d
This commit is contained in:
sayan-oai
2026-09-17 23:24:00 +00:00
committed by copyberry
parent f8c6026c38
commit 1f631def3f

View File

@@ -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,