Skip to content

Commit

Permalink
Remove stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
hulthe committed Mar 19, 2024
1 parent 4b738fc commit b3f330c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/test-manager/src/tests/split_tunnel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ pub async fn test_split_tunnel(
rpc: ServiceClient,
mut mullvad_client: MullvadProxyClient,
) -> anyhow::Result<()> {
helpers::disconnect_and_wait(&mut mullvad_client).await?;

let mut checker = ConnChecker::new(rpc.clone(), mullvad_client.clone());

// Test that program is behaving when we are disconnected
Expand Down Expand Up @@ -82,7 +80,6 @@ pub async fn test_split_tunnel(
handle.unsplit().await?;
(handle.assert_secure().await)
.with_context(|| "Test connected and being unsplit while running")?;
drop(handle);

Ok(())
}
Expand Down

0 comments on commit b3f330c

Please sign in to comment.