mirror of
https://github.com/openai/codex.git
synced 2026-04-26 07:35:29 +00:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user