From 2b3fee5a298c27e2d98a22d8dc41296c94450d6d Mon Sep 17 00:00:00 2001 From: Marko Date: Wed, 12 Apr 2023 12:22:44 +0200 Subject: [PATCH] chore: revert comet test skips (#15810) --- client/rpc/rpc_test.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/client/rpc/rpc_test.go b/client/rpc/rpc_test.go index 166519ed1b..3bd9c39ec8 100644 --- a/client/rpc/rpc_test.go +++ b/client/rpc/rpc_test.go @@ -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