Skip to content

Commit

Permalink
Not a doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jsdw committed Feb 18, 2025
1 parent 5add5c1 commit fb7ceb7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions testing/integration-tests/src/full_client/client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -412,12 +412,12 @@ async fn partial_fee_estimate_correct() {
assert_eq!(partial_fee_1, partial_fee_2);
}

/// This test runs OK locally but fails sporadically in CI eg:
///
/// https://github.com/paritytech/subxt/actions/runs/13374953009/job/37353887719?pr=1910#step:7:178
/// https://github.com/paritytech/subxt/actions/runs/13385878645/job/37382498200#step:6:163
///
/// While those errors were timeouts, I also saw errors like "intersections size is 1".
// This test runs OK locally but fails sporadically in CI eg:
//
// https://github.com/paritytech/subxt/actions/runs/13374953009/job/37353887719?pr=1910#step:7:178
// https://github.com/paritytech/subxt/actions/runs/13385878645/job/37382498200#step:6:163
//
// While those errors were timeouts, I also saw errors like "intersections size is 1".
/*
#[subxt_test(timeout = 300)]
async fn chainhead_block_subscription_reconnect() {
Expand Down Expand Up @@ -470,4 +470,4 @@ async fn chainhead_block_subscription_reconnect() {
assert!(intersection >= 3, "intersections size is {}", intersection);
}
}
*/
*/

0 comments on commit fb7ceb7

Please sign in to comment.