Skip to content

Commit

Permalink
(fix) Remove t.Skip: TestResetTimeoutPrecommitUponNewHeight
Browse files Browse the repository at this point in the history
  • Loading branch information
tnasu committed Aug 27, 2021
1 parent 68521b8 commit 370c211
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion consensus/state_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1769,7 +1769,6 @@ func TestStartNextHeightCorrectlyAfterTimeout(t *testing.T) {
}

func TestResetTimeoutPrecommitUponNewHeight(t *testing.T) {
t.Skipf("NON-deterministic test: race detected during execution of test")
config.Consensus.SkipTimeoutCommit = false
cs1, vss := randState(4)

Expand Down

0 comments on commit 370c211

Please sign in to comment.