Skip to content

Commit

Permalink
Disable test 'test_optimal_message_selection3' because it is inconsis…
Browse files Browse the repository at this point in the history
…tent. (#1381)
  • Loading branch information
lemmih authored Jan 14, 2022
1 parent 4fc4684 commit 08891fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blockchain/message_pool/src/msgpool/selection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1230,6 +1230,7 @@ mod test_selection {
}

#[async_std::test]
#[ignore = "This test fails inconsistently. See issue #1369"]
async fn test_optimal_message_selection3() {
// this test uses 10 actors sending a block of messages to each other, with the the first
// actors paying higher gas premium than the subsequent actors.
Expand Down

0 comments on commit 08891fd

Please sign in to comment.