Skip to content

Commit

Permalink
chore: ignore mempool config test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vid201 authored and zsluedem committed Jun 5, 2024
1 parent c11f404 commit 22e92b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/p2p/src/service/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ pub mod tests {
use super::fetch_mempool_config;

#[tokio::test]
#[ignore]
async fn mempool_config_polygon() {
let cid = "QmRJ1EPhmRDb8SKrPLRXcUBi2weUN8VJ8X9zUtXByC7eJg";
let mempool_config = fetch_mempool_config(cid.to_string()).await.unwrap();
Expand Down

0 comments on commit 22e92b7

Please sign in to comment.