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 ddf4516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/horizon/cmd/db_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

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

Check failure on line 17 in services/horizon/cmd/db_test.go

View workflow job for this annotation

GitHub Actions / test (ubuntu-22.04, 1.21, 12)

dbCmdSuite declared and not used
suite.Run(t, dbCmdSuite)
//suite.Run(t, dbCmdSuite)
}

type DBCommandsTestSuite struct {
Expand Down

0 comments on commit ddf4516

Please sign in to comment.