Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Revert "disable test due to heroku dbName change"
Browse files Browse the repository at this point in the history
This reverts commit aa53251.
  • Loading branch information
millken authored and dustinxie committed Dec 18, 2020
1 parent aa53251 commit bb4dbce
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 31 deletions.
3 changes: 0 additions & 3 deletions indexprotocol/accounts/protocol_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ const (
)

func TestProtocol(t *testing.T) {
// TODO: fix test
t.Skip()

ctrl := gomock.NewController(t)
defer ctrl.Finish()

Expand Down
3 changes: 0 additions & 3 deletions indexprotocol/actions/protocol_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ const (
)

func TestProtocol(t *testing.T) {
// TODO: fix test
t.Skip()

ctrl := gomock.NewController(t)
defer ctrl.Finish()

Expand Down
3 changes: 0 additions & 3 deletions indexprotocol/actions/xrc20_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ import (
)

func TestXrc20(t *testing.T) {
// TODO: fix test
t.Skip()

ctrl := gomock.NewController(t)
defer ctrl.Finish()

Expand Down
3 changes: 0 additions & 3 deletions indexprotocol/blocks/protocol_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ const (
)

func TestProtocol(t *testing.T) {
// TODO: fix test
t.Skip()

ctrl := gomock.NewController(t)
defer ctrl.Finish()

Expand Down
3 changes: 0 additions & 3 deletions indexprotocol/rewards/protocol_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ const (
)

func TestProtocol(t *testing.T) {
// TODO: fix test
t.Skip()

ctrl := gomock.NewController(t)
defer ctrl.Finish()

Expand Down
3 changes: 0 additions & 3 deletions indexprotocol/votings/protocol_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ const (
)

func TestProtocol(t *testing.T) {
// TODO: fix test
t.Skip()

ctrl := gomock.NewController(t)
defer ctrl.Finish()
require := require.New(t)
Expand Down
3 changes: 0 additions & 3 deletions indexprotocol/votings/stakingprotocol_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@ var (
)

func TestStaking(t *testing.T) {
// TODO: fix test
t.Skip()

ctrl := gomock.NewController(t)
defer ctrl.Finish()
chainClient := mock_apiserviceclient.NewMockServiceClient(ctrl)
Expand Down
2 changes: 0 additions & 2 deletions queryprotocol/actions/protocol_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ const (
)

func TestProtocol(t *testing.T) {
// TODO: fix test
t.Skip()

// Creating temporary store
require := require.New(t)
Expand Down
2 changes: 0 additions & 2 deletions queryprotocol/chainmeta/protocol_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ const (
)

func TestProtocol_MostRecentTPS(t *testing.T) {
// TODO: fix test
t.Skip()

require := require.New(t)
ctx := context.Background()
Expand Down
6 changes: 0 additions & 6 deletions sql/mysql_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ const (
)

func TestMySQLStorePutGet(t *testing.T) {
// TODO: fix test
t.Skip()

testutil.CleanupDatabase(t, connectStr, dbName)
testRDSStorePutGet := TestStorePutGet
t.Run("MySQL Store", func(t *testing.T) {
Expand All @@ -30,9 +27,6 @@ func TestMySQLStorePutGet(t *testing.T) {
}

func TestMySQLStoreTransaction(t *testing.T) {
// TODO: fix test
t.Skip()

testutil.CleanupDatabase(t, connectStr, dbName)
testSQLite3StoreTransaction := TestStoreTransaction
t.Run("MySQL Store", func(t *testing.T) {
Expand Down

0 comments on commit bb4dbce

Please sign in to comment.