This reverts commit 98ecb43b2d
.
Tests fail on main?!
Closes #ISSUE
Release Notes:
- N/A
This commit is contained in:
parent
47380001cc
commit
a5492b3ea6
9 changed files with 80 additions and 423 deletions
|
@ -26,7 +26,7 @@ async fn test_sharing_an_ssh_remote_project(
|
|||
.await;
|
||||
|
||||
// Set up project on remote FS
|
||||
let (forwarder, server_ssh) = SshRemoteClient::fake_server(server_cx);
|
||||
let (client_ssh, server_ssh) = SshRemoteClient::fake(cx_a, server_cx);
|
||||
let remote_fs = FakeFs::new(server_cx.executor());
|
||||
remote_fs
|
||||
.insert_tree(
|
||||
|
@ -67,7 +67,6 @@ async fn test_sharing_an_ssh_remote_project(
|
|||
)
|
||||
});
|
||||
|
||||
let client_ssh = SshRemoteClient::fake_client(forwarder, cx_a).await;
|
||||
let (project_a, worktree_id) = client_a
|
||||
.build_ssh_project("/code/project1", client_ssh, cx_a)
|
||||
.await;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue