Skip to content

Commit

Permalink
only ignore failing test on unstable-backend-client
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdw committed Dec 6, 2023
1 parent 4ca7141 commit 835996a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testing/integration-tests/src/full_client/client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,9 @@ async fn external_signing() {
.unwrap();
}

// TODO: Investigate and fix this test failure when using the UnstableBackend.
#[cfg(not(feature = "unstable-backend-client"))]
#[tokio::test]
#[ignore = "This currently fails sporadically with unstable-backend-client; needs investigation"]
async fn submit_large_extrinsic() {
let ctx = test_context().await;
let api = ctx.client();
Expand Down

0 comments on commit 835996a

Please sign in to comment.