Skip to content

Commit

Permalink
(fix) Remove t.Skip: TestValidator_Propose
Browse files Browse the repository at this point in the history
  • Loading branch information
tnasu committed Aug 31, 2021
1 parent 1791ca8 commit fd45f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/tests/validator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func TestValidator_Sets(t *testing.T) {
// Tests that a validator proposes blocks when it's supposed to. It tolerates some
// missed blocks, e.g. due to testnet perturbations.
func TestValidator_Propose(t *testing.T) {
t.Skip("NON-deterministic test: SelectProposer is not well since valSchedule.Set is changed")
t.Skip("Ostracon doesn't select a Proposer based on ProposerPriority")
blocks := fetchBlockChain(t)
testNode(t, func(t *testing.T, node e2e.Node) {
if node.Mode != e2e.ModeValidator {
Expand Down

0 comments on commit fd45f8e

Please sign in to comment.