fix: package models.json for Bazel tests (#13129)

This commit is contained in:
jif-oai
2026-02-28 17:21:02 +01:00
committed by GitHub
parent 84b662e74f
commit 74e5150b1e
3 changed files with 10 additions and 2 deletions

View File

@@ -9,7 +9,6 @@ use tokio::select;
use tokio::time::sleep;
use tokio::time::timeout;
#[ignore = "TODO(aibrahim) to fix"]
#[tokio::test]
async fn resume_startup_does_not_consume_model_availability_nux_count() -> Result<()> {
// run_codex_cli() does not work on Windows due to PTY limitations.