1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-30 08:38:16 +02:00

rollback changes to actix-web, awc and test-server for now

This commit is contained in:
Maksym Vorobiov
2020-01-31 10:29:10 +02:00
committed by Yuki Okushi
parent 62aba424e2
commit 09a391a3ca
6 changed files with 27 additions and 30 deletions

View File

@@ -81,6 +81,9 @@ async fn service(msg: ws::Frame) -> Result<ws::Message, Error> {
Ok(msg)
}
/*
Temporarily commented out due to dependency on actix-http-test
#[actix_rt::test]
async fn test_simple() {
let ws_service = WsService::new();
@@ -192,3 +195,5 @@ async fn test_simple() {
assert!(ws_service.was_polled());
}
*/