Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangchiqing committed Mar 25, 2022
1 parent e195c32 commit 7ef0931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/execution/ingestion/engine_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ func TestExecuteOneBlock(t *testing.T) {
}

func Test_OnlyHeadOfTheQueueIsExecuted(t *testing.T) {
unittest.SkipUnless(t, unittest.TEST_FLAKY, "flaky test")
unittest.SkipUnless(t, unittest.TEST_FLAKY, "To be fixed later")
// only head of the queue should be executing.
// Restarting node or errors in consensus module could trigger
// block (or its parent) which already has been executed to be enqueued again
Expand Down

0 comments on commit 7ef0931

Please sign in to comment.