Skip to content

Commit

Permalink
test: disable extremely beefy test
Browse files Browse the repository at this point in the history
  • Loading branch information
dndll committed Feb 19, 2024
1 parent b1e0746 commit d28d3b9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions nearx/src/verify.rs
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,10 @@ mod beefy_tests {
}

// TODO: ignore flag as this test will likely be overkill
#[test]
#[serial]
#[ignore]
// #[test]
// #[serial]
// #[ignore]
#[allow(dead_code)] // Justification: huge test, takes 36 minutes. keep for local testing
fn beefy_test_data_driven_verify_e2e() {
let (header, _, _) = testnet_state();

Expand Down

0 comments on commit d28d3b9

Please sign in to comment.