test/e2e: drop dead network_cmd_options config key

The network_cmd_options engine setting was backed by the slirp4netns
network stack, which has been removed. The key is now a no-op (unknown
TOML keys are only debug-logged), so drop it from the e2e test config.

Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
This commit is contained in:
Lokesh Mandvekar 2026-09-07 16:10:27 -04:00
parent b579e7ef99
commit 820b7bec17
No known key found for this signature in database
GPG key ID: 1C1EDD7CC7C3A0DD

View file

@ -60,7 +60,6 @@ annotations=["run.oci.keep_original_groups=1",]
no_hosts=true
[engine]
network_cmd_options=["allow_host_loopback=true"]
service_timeout=1234
kube_generate_type="deployment"