diff --git a/codex-rs/code-mode-runtime/BUILD.bazel b/codex-rs/code-mode-runtime/BUILD.bazel index b34fb8e108..3f8cee19a1 100644 --- a/codex-rs/code-mode-runtime/BUILD.bazel +++ b/codex-rs/code-mode-runtime/BUILD.bazel @@ -8,4 +8,8 @@ codex_rust_crate( "//conditions:default": ["sandbox"], }), deps_extra = ["@crates//:v8"], + # Ordinary Bazel CI excludes the old V8-backed code-mode unit tests. Keep + # the moved runtime tests explicit so wildcard test queries do not pull V8 + # back into the ordinary Bazel matrix. + test_tags = ["manual"], )