test: run ephemeral dir tests sequentially

This commit is contained in:
zhom
2026-03-24 00:06:02 +04:00
parent 7092f2155b
commit f63650fa5d
2 changed files with 8 additions and 0 deletions
+3
View File
@@ -283,6 +283,9 @@ mod tests {
#[test]
#[serial_test::serial]
fn test_ephemeral_dir_lifecycle() {
// Clear global state to avoid interference from other tests
EPHEMERAL_DIRS.lock().unwrap().clear();
let profile_id = uuid::Uuid::new_v4();
let id_str = profile_id.to_string();