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:
committed by
Yuki Okushi
parent
62aba424e2
commit
09a391a3ca
@@ -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());
|
||||
}
|
||||
|
||||
*/
|
Reference in New Issue
Block a user