Skip to content

Commit

Permalink
Un-ignore test that is flaky on windows (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdplm authored Sep 30, 2021
1 parent 5ea8cbe commit dcd25f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/tests/integration_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ async fn server_should_be_able_to_close_subscriptions() {
}

#[tokio::test]
#[cfg_attr(target_os = "windows", ignore)]
async fn ws_close_pending_subscription_when_server_terminated() {
let (server_addr, handle) = websocket_server_with_subscription().await;
let server_url = format!("ws://{}", server_addr);
Expand Down

0 comments on commit dcd25f0

Please sign in to comment.