Potentially make zip test less flakey (#43099)

Authored-By: Claude

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin
2025-11-19 14:50:32 -07:00
committed by GitHub
parent 08692bb108
commit f312215e93
+1
View File
@@ -169,6 +169,7 @@ mod tests {
writer.close().await?;
out.flush().await?;
out.sync_all().await?;
Ok(())
}