Skip to content

Commit

Permalink
fix: disable test which hits poor interraction of features
Browse files Browse the repository at this point in the history
See
d95a1ed
for prior art
  • Loading branch information
matklad committed Oct 6, 2021
1 parent 8c2a3ff commit 36c7102
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions integration-tests/tests/client/process_blocks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2569,6 +2569,9 @@ fn test_refund_receipts_processing() {
assert_eq!(processed_refund_receipt_ids, refund_receipt_ids);
}

// This test cannot be enabled at the same time as `protocol_feature_block_header_v3`.
// Otherwise we hit an assert: https://github.com/near/nearcore/pull/4934#issuecomment-935863800
#[cfg(not(feature = "protocol_feature_block_header_v3"))]
#[test]
fn test_wasmer2_upgrade() {
let mut capture = near_logger_utils::TracingCapture::enable();
Expand Down

0 comments on commit 36c7102

Please sign in to comment.