mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-07 02:38:53 +03:00
Remove projects from basic calls test for now
This commit is contained in:
parent
e55e7e4844
commit
f0c45cbceb
@ -81,22 +81,6 @@ async fn test_basic_calls(
|
|||||||
])
|
])
|
||||||
.await;
|
.await;
|
||||||
|
|
||||||
client_a
|
|
||||||
.fs
|
|
||||||
.insert_tree(
|
|
||||||
"/a",
|
|
||||||
json!({
|
|
||||||
".gitignore": "ignored-dir",
|
|
||||||
"a.txt": "a-contents",
|
|
||||||
"b.txt": "b-contents",
|
|
||||||
"ignored-dir": {
|
|
||||||
"c.txt": "",
|
|
||||||
"d.txt": "",
|
|
||||||
}
|
|
||||||
}),
|
|
||||||
)
|
|
||||||
.await;
|
|
||||||
|
|
||||||
let room_a = cx_a
|
let room_a = cx_a
|
||||||
.update(|cx| Room::create(client_a.clone(), cx))
|
.update(|cx| Room::create(client_a.clone(), cx))
|
||||||
.await
|
.await
|
||||||
@ -108,8 +92,6 @@ async fn test_basic_calls(
|
|||||||
pending: Default::default()
|
pending: Default::default()
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
let (project_a, worktree_id) = client_a.build_local_project("/a", cx_a).await;
|
|
||||||
// room.publish_project(project_a.clone()).await.unwrap();
|
|
||||||
|
|
||||||
// Call user B from client A.
|
// Call user B from client A.
|
||||||
let mut incoming_call_b = client_b
|
let mut incoming_call_b = client_b
|
||||||
|
Loading…
Reference in New Issue
Block a user