Skip to content

Commit

Permalink
ignore gas oracle test
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy committed Dec 5, 2024
1 parent e3f2c62 commit ca65ff7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/katana/core/src/backend/gas_oracle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ mod tests {
}

#[tokio::test]
#[ignore = "Requires external assumption"]
async fn test_gas_oracle() {
let url = Url::parse("https://eth.merkle.io/").expect("Invalid URL");
let oracle = L1GasOracle::sampled(url.clone());
Expand Down

0 comments on commit ca65ff7

Please sign in to comment.