We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 719d68f commit add3515Copy full SHA for add3515
core/src/blockclock/fixed.rs
@@ -132,15 +132,15 @@ mod tests {
132
}
133
134
135
- #[tokio::test]
136
- async fn base_block_time() {
137
- check_block_times(
138
- "https://base.gateway.tenderly.co",
139
- 25,
140
- SpacedNetwork::try_from(NamedChain::Base).unwrap(),
141
- )
142
- .await;
143
- }
+ // #[tokio::test]
+ // async fn base_block_time() {
+ // check_block_times(
+ // "https://base.gateway.tenderly.co",
+ // 25,
+ // SpacedNetwork::try_from(NamedChain::Base).unwrap(),
+ // )
+ // .await;
+ // }
144
145
#[tokio::test]
146
async fn blast_block_time() {
0 commit comments