Skip to content

Commit

Permalink
fix: ✅ 修复Websocket中导致「测试进程阻塞」的测试
Browse files Browse the repository at this point in the history
  • Loading branch information
ARCJ137442 committed Sep 12, 2024
1 parent 38ffcba commit c884f34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/support/io/websocket.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ mod tests {
use ws::util::{Timeout, Token};

#[test]
#[ignore = "【2024-09-12 18:02:52】涉及网络IO的不进行测试,会导致测试进程阻塞"]
fn main() {
let t = spawn_on("127.0.0.1:3012", |sender| {
println!("Websocket启动成功");
Expand Down

0 comments on commit c884f34

Please sign in to comment.