Skip to content

Commit bd116be

Browse files
Merge branch 'master' into jb/multiple-dependency
2 parents 88baf0b + add3515 commit bd116be

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

core/src/blockclock/fixed.rs

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -132,15 +132,15 @@ mod tests {
132132
}
133133
}
134134

135-
#[tokio::test]
136-
async fn base_block_time() {
137-
check_block_times(
138-
"https://base.llamarpc.com",
139-
25,
140-
SpacedNetwork::try_from(NamedChain::Base).unwrap(),
141-
)
142-
.await;
143-
}
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+
// }
144144

145145
#[tokio::test]
146146
async fn blast_block_time() {

0 commit comments

Comments
 (0)