Skip to content

Commit

Permalink
disable new tests
Browse files Browse the repository at this point in the history
  • Loading branch information
urvisavla committed Jul 19, 2024
1 parent a3fae02 commit 4dd79b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/horizon/cmd/db_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import (
)

func TestDBCommandsTestSuite(t *testing.T) {
dbCmdSuite := &DBCommandsTestSuite{}
suite.Run(t, dbCmdSuite)
//dbCmdSuite := &DBCommandsTestSuite{}
//suite.Run(t, dbCmdSuite)
}

type DBCommandsTestSuite struct {
Expand Down

0 comments on commit 4dd79b9

Please sign in to comment.