mirror of
https://github.com/openai/codex.git
synced 2026-05-15 08:42:34 +00:00
test: preserve network proxy matrix on windows
Co-authored-by: Codex noreply@openai.com
This commit is contained in:
@@ -978,6 +978,10 @@ async fn network_proxy_feature_matrix_preserves_sandbox_network_semantics() -> s
|
||||
network_access: case.network_enabled,
|
||||
..Default::default()
|
||||
}),
|
||||
windows: Some(WindowsToml {
|
||||
sandbox: Some(WindowsSandboxModeToml::Elevated),
|
||||
sandbox_private_desktop: None,
|
||||
}),
|
||||
features,
|
||||
..Default::default()
|
||||
},
|
||||
@@ -1020,6 +1024,9 @@ sandbox_mode = "workspace-write"
|
||||
|
||||
[sandbox_workspace_write]
|
||||
network_access = true
|
||||
|
||||
[windows]
|
||||
sandbox = "elevated"
|
||||
"#,
|
||||
)?;
|
||||
let config = ConfigBuilder::without_managed_config_for_tests()
|
||||
|
||||
Reference in New Issue
Block a user