From d82c9797bddd3a93fbc12084b531d271a085f522 Mon Sep 17 00:00:00 2001 From: jif-oai Date: Wed, 27 May 2026 16:19:26 +0100 Subject: [PATCH] Fix remote thread store persistence test --- codex-rs/app-server/tests/suite/v2/remote_thread_store.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/codex-rs/app-server/tests/suite/v2/remote_thread_store.rs b/codex-rs/app-server/tests/suite/v2/remote_thread_store.rs index 9787868f5c..c4e8fb924d 100644 --- a/codex-rs/app-server/tests/suite/v2/remote_thread_store.rs +++ b/codex-rs/app-server/tests/suite/v2/remote_thread_store.rs @@ -228,7 +228,6 @@ fn assert_no_local_persistence_artifacts(codex_home: &Path) -> Result<()> { BTreeSet::from([ "config.toml".to_string(), "installation_id".to_string(), - "memories".to_string(), "skills".to_string(), ]), "non-local thread persistence should not create unexpected files in codex_home"