Skip to content

Commit

Permalink
ignored send_grace_inputs test
Browse files Browse the repository at this point in the history
  • Loading branch information
fluidvanadium committed May 21, 2024
1 parent 1b04eb8 commit 312c73c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration-tests/tests/chain_generic_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ async fn libtonode_propose_and_broadcast_40_000_to_orchard() {
async fn libtonode_send_shield_cycle() {
send_shield_cycle::<LibtonodeEnvironment>(4).await;
}
#[ignore] // this would be a nice feature, but its not required for release
#[tokio::test]
async fn libtonode_send_grace_input() {
send_grace_input::<LibtonodeEnvironment>().await;
Expand Down

0 comments on commit 312c73c

Please sign in to comment.