chore: revert comet test skips (#15810)
This commit is contained in:
parent
67fb4ffd71
commit
2b3fee5a29
@ -3,7 +3,6 @@ package rpc_test
|
||||
import (
|
||||
"context"
|
||||
"fmt"
|
||||
"github.com/cosmos/cosmos-sdk/types/address"
|
||||
"strconv"
|
||||
"testing"
|
||||
|
||||
@ -16,6 +15,7 @@ import (
|
||||
clitestutil "github.com/cosmos/cosmos-sdk/testutil/cli"
|
||||
"github.com/cosmos/cosmos-sdk/testutil/network"
|
||||
"github.com/cosmos/cosmos-sdk/testutil/testdata"
|
||||
"github.com/cosmos/cosmos-sdk/types/address"
|
||||
grpctypes "github.com/cosmos/cosmos-sdk/types/grpc"
|
||||
banktypes "github.com/cosmos/cosmos-sdk/x/bank/types"
|
||||
)
|
||||
@ -27,7 +27,6 @@ type IntegrationTestSuite struct {
|
||||
}
|
||||
|
||||
func (s *IntegrationTestSuite) SetupSuite() {
|
||||
s.T().Skip("disable till comet fixes data races")
|
||||
s.T().Log("setting up integration test suite")
|
||||
|
||||
cfg, err := network.DefaultConfigWithAppConfig(network.MinimumAppConfig())
|
||||
@ -46,7 +45,6 @@ func (s *IntegrationTestSuite) TearDownSuite() {
|
||||
}
|
||||
|
||||
func (s *IntegrationTestSuite) TestStatusCommand() {
|
||||
s.T().Skip("data race in comet is causing this to fail")
|
||||
val0 := s.network.Validators[0]
|
||||
cmd := rpc.StatusCommand()
|
||||
|
||||
@ -74,7 +72,6 @@ func (s *IntegrationTestSuite) TestCLIQueryConn() {
|
||||
}
|
||||
|
||||
func (s *IntegrationTestSuite) TestQueryABCIHeight() {
|
||||
s.T().Skip("data race in comet is causing this to fail")
|
||||
testCases := []struct {
|
||||
name string
|
||||
reqHeight int64
|
||||
|
||||
Loading…
Reference in New Issue
Block a user