Disable very flaky tests (#11394)

Collected from last 20 builds of main in
https://github.com/openai/codex/commits/main/.
This commit is contained in:
pakrym-oai
2026-02-10 18:50:11 -08:00
committed by GitHub
parent f101300dba
commit bfd4e2112c
4 changed files with 4 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ use tokio::time::timeout;
/// Regression test for https://github.com/openai/codex/issues/8803.
#[tokio::test]
#[ignore = "TODO(mbolin): flaky"]
async fn malformed_rules_should_not_panic() -> anyhow::Result<()> {
// run_codex_cli() does not work on Windows due to PTY limitations.
if cfg!(windows) {