Skip to content

Commit 2e06ae4

Browse files
committed
Removed last test
1 parent a42a9c8 commit 2e06ae4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/connection/unix_socket_connection.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ fn should_clone_write_sender_without_setup_and_panic() {
159159
connection.clone_write_sender();
160160
}
161161

162+
/*
162163
#[test]
163164
#[should_panic]
164165
fn should_setup_connection_twice_and_panic() {
@@ -185,3 +186,4 @@ async fn should_setup_connection_twice_and_panic_async() -> Result<()> {
185186
186187
Ok(())
187188
}
189+
*/

0 commit comments

Comments
 (0)