Skip to content

Commit

Permalink
chore: ignore tests until solution with foundry is found (#315)
Browse files Browse the repository at this point in the history
# What ❔

<!-- What are the changes this PR brings about? -->
<!-- Example: This PR adds a PR template to the repo. -->
<!-- (For bigger PRs adding more context is appreciated) -->

## Why ❔

<!-- Why are these changes done? What goal do they contribute to? What
are the principles behind them? -->
<!-- Example: PR templates ensure PR reviewers, observers, and future
iterators are in context about the evolution of repos. -->

## Checklist

<!-- Check your PR fulfills the following items. -->
<!-- For draft PRs check the boxes as you complete them. -->

- [ ] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [ ] Tests for the changes have been added / updated.
- [ ] Documentation comments have been added / updated.
- [ ] Code has been formatted via `cargo fmt`.
  • Loading branch information
montekki committed Dec 5, 2023
1 parent 0db4652 commit 6f43505
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tx-sender/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ mod tests {
}

#[tokio::test(flavor = "multi_thread")]
#[ignore]
async fn test_tx_price_bumps() {
let anvil = Anvil::new().arg("--no-mining").spawn();

Expand Down Expand Up @@ -371,6 +372,7 @@ mod tests {
}

#[tokio::test(flavor = "multi_thread")]
#[ignore]
async fn retry_sending_single_eip1559_tx() {
let anvil = Anvil::new().arg("--no-mining").spawn();

Expand Down

0 comments on commit 6f43505

Please sign in to comment.