Skip to content

Commit

Permalink
ignore test until we fix it (#70)
Browse files Browse the repository at this point in the history
## 📝 Summary

The test has some race condition and fails from time to time.

## 💡 Motivation and Context

I love making PRs and want to break the Guinness record of PR making.
  • Loading branch information
ZanCorDX authored Jul 18, 2024
1 parent 15d6b18 commit 35a5191
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/rbuilder/src/mev_boost/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -754,6 +754,7 @@ mod tests {
println!("result[0]: {:#?}", result[0]);
}

#[ignore]
#[tokio::test]
async fn test_send_payload_to_mevboost() {
let srv = match FakeMevBoostRelay::new().spawn() {
Expand Down

0 comments on commit 35a5191

Please sign in to comment.