Skip to content

Commit

Permalink
sync and finalise
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown unknown committed Dec 6, 2023
1 parent 677d0ca commit 2d840a1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions x/gov/abci_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -307,10 +307,6 @@ func TestProposalPassedEndblocker(t *testing.T) {

for _, tt := range tc {
t.Run(tt.name, func(t *testing.T) {
if tt.isExpedited {
// TODO: test this once we have expedited implemented
t.SkipNow()
}
suite := createTestSuite(t)
app := suite.App
ctx := app.BaseApp.NewContext(false, tmproto.Header{})
Expand Down

0 comments on commit 2d840a1

Please sign in to comment.