mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-23 06:08:01 +00:00
Prep for v0.33.0 release (#1311)
* Prep for v0.33.0 release * only ignore failing test on unstable-backend-client * Fix typos and wee grammar things Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com> Co-authored-by: Tadeo Hepperle <62739623+tadeohepperle@users.noreply.github.com> * omit uninteresting PRs and issue link for ignored test --------- Co-authored-by: Niklas Adolfsson <niklasadolfsson1@gmail.com> Co-authored-by: Tadeo Hepperle <62739623+tadeohepperle@users.noreply.github.com>
This commit is contained in:
@@ -204,6 +204,9 @@ async fn external_signing() {
|
||||
.unwrap();
|
||||
}
|
||||
|
||||
// TODO: Investigate and fix this test failure when using the UnstableBackend.
|
||||
// (https://github.com/paritytech/subxt/issues/1308)
|
||||
#[cfg(not(feature = "unstable-backend-client"))]
|
||||
#[tokio::test]
|
||||
async fn submit_large_extrinsic() {
|
||||
let ctx = test_context().await;
|
||||
|
||||
Reference in New Issue
Block a user