Skip to content

Commit

Permalink
test: temporary ignore reuse bind failed
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangsoledad committed Mar 26, 2021
1 parent 59390a1 commit 8b34fc6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/src/specs/p2p/malformed_message.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use crate::util::mining::out_ibd_mode;
use crate::utils::wait_until;
use crate::utils::{sleep, wait_until};
use crate::{Net, Node, Spec};
use ckb_logger::info;
use ckb_network::{bytes::Bytes, SupportProtocols};
Expand Down Expand Up @@ -75,6 +75,9 @@ impl Spec for MalformedMessageWithWhitelist {
config.network.whitelist_peers = vec![net.p2p_address().parse().unwrap()]
});
node0.start();
// FIXME
// currrently, we have no idea how to fix autobind_reuse
sleep(5);
net.connect(&node0);

let rpc_client = node0.rpc_client();
Expand Down

0 comments on commit 8b34fc6

Please sign in to comment.