Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions tests/integration/get_events.rs
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,6 @@ const FORK_BLOCK_NUMBER: u64 = 1374700;
const EVENTS_IN_FORK_BLOCK: usize = 330;

#[tokio::test]
#[ignore] // TODO: Remove after mainnet release
async fn get_events_from_forked_devnet_when_last_queried_block_on_origin() {
let fork_devnet = fork_mainnet_at(FORK_BLOCK_NUMBER).await.unwrap();

Expand Down Expand Up @@ -493,7 +492,6 @@ async fn get_events_from_forked_devnet_when_first_queried_block_on_devnet() {
}

#[tokio::test]
#[ignore] // TODO: Remove after mainnet release
async fn get_events_from_forked_devnet_when_first_queried_block_on_origin_and_last_on_devnet() {
let fork_devnet = fork_mainnet_at(FORK_BLOCK_NUMBER).await.unwrap();

Expand Down Expand Up @@ -530,7 +528,6 @@ async fn get_events_from_forked_devnet_when_first_queried_block_on_origin_and_la
}

#[tokio::test]
#[ignore] // TODO: Remove after mainnet release
async fn get_events_since_accepted_on_l1_on_origin() {
let fork_devnet = fork_mainnet_at(FORK_BLOCK_NUMBER).await.unwrap();

Expand Down
1 change: 0 additions & 1 deletion tests/integration/subscription_to_blocks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,6 @@ async fn test_fork_subscription_to_blocks_by_hash() {
}

#[tokio::test]
#[ignore] // TODO: Remove after mainnet release
async fn test_fork_subscription_to_old_blocks_should_fail() {
// Setup original devnet with some blocks
let origin_url = MAINNET_HTTPS_URL;
Expand Down
Loading