Skip to content

Commit

Permalink
Turn off unit tests without features
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-abramov committed Nov 28, 2022
1 parent fb27c81 commit 05353b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/communication.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![cfg(feature = "handshake")]

use futures_util::{SinkExt, StreamExt};
use log::*;
use tokio::{
Expand Down
2 changes: 2 additions & 0 deletions tests/handshakes.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![cfg(feature = "handshake")]

use tokio::net::{TcpListener, TcpStream};
use tokio_tungstenite::{accept_async, client_async};

Expand Down

0 comments on commit 05353b7

Please sign in to comment.