Fix flaky `test_remote_resolve_path_in_buffer` test (#38903)

Cole Miller created

Release Notes:

- N/A

Change summary

crates/remote_server/src/remote_editing_tests.rs | 2 ++
1 file changed, 2 insertions(+)

Detailed changes

crates/remote_server/src/remote_editing_tests.rs 🔗

@@ -849,6 +849,8 @@ async fn test_remote_resolve_path_in_buffer(
 
     let worktree2_id = cx.update(|cx| worktree2.read(cx).id());
 
+    cx.run_until_parked();
+
     let buffer2 = project
         .update(cx, |project, cx| {
             project.open_buffer((worktree2_id, rel_path("src/lib.rs")), cx)