docs: do not discourage agents from running integration tests

Agents are totally capable of setting up the host and run dev_cli.sh.
The removed text discouraged them to do that even when asked to.

Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
Wei Liu
2026-05-19 21:40:39 +00:00
committed by Bo Chen
parent 0ee3349889
commit fe57bb8846

View File

@@ -55,9 +55,7 @@ reviewable, and compatible with the project's normal engineering constraints.
host privileges, workloads, and container setup. To build the integration-test
code directly without the infrastructure from `./scripts`, set the Rust cfg
`devcli_testenv` or simply build through `clippy` which automatically includes
these code paths; otherwise the integration-test code is not included. Do not
assume the tests can be run directly in a restricted agent environment; ask
the developer to run them when real integration coverage is needed.
these code paths; otherwise the integration-test code is not included.
### Commit and Patch Formatting