Skip to content

Commit

Permalink
reduce parallel test
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Aug 3, 2023
1 parent 2d3c419 commit 0d9eeb3
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 13 deletions.
3 changes: 0 additions & 3 deletions interchaintest/client_threshold_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,6 @@ func TestScenarioClientThresholdUpdate(t *testing.T) {
NetworkID: network,
}))

t.Parallel()

t.Cleanup(func() {
_ = ic.Close()
})
Expand Down Expand Up @@ -147,7 +145,6 @@ func TestScenarioClientThresholdUpdate(t *testing.T) {
// automatically due to passing 2/3 trusting period expiration.
func TestScenarioClientTrustingPeriodUpdate(t *testing.T) {
ctx := context.Background()
t.Parallel()

nv := 1
nf := 0
Expand Down
2 changes: 0 additions & 2 deletions interchaintest/ica_channel_close_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ func TestScenarioICAChannelClose(t *testing.T) {
// BlockDatabaseFile: interchaintest.DefaultBlockDatabaseFilepath(),
}))

t.Parallel()

// Fund a user account on chain1 and chain2
const userFunds = int64(10_000_000_000)
users := interchaintest.GetAndFundTestUsers(t, ctx, t.Name(), userFunds, chain1, chain2)
Expand Down
2 changes: 0 additions & 2 deletions interchaintest/interchain_accounts_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ func TestScenarioInterchainAccounts(t *testing.T) {
// BlockDatabaseFile: interchaintest.DefaultBlockDatabaseFilepath(),
}))

t.Parallel()

// Fund a user account on chain1 and chain2
const userFunds = int64(10_000_000_000)
users := interchaintest.GetAndFundTestUsers(t, ctx, t.Name(), userFunds, chain1, chain2)
Expand Down
4 changes: 0 additions & 4 deletions interchaintest/path_filter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ func TestScenarioPathFilterAllow(t *testing.T) {
InitialBlockHistory: 100,
}).Build(t, nil, "")

t.Parallel()

// Prep Interchain
const ibcPath = "gaia-osmosis"
ic := interchaintest.NewInterchain().
Expand Down Expand Up @@ -216,8 +214,6 @@ func TestScenarioPathFilterDeny(t *testing.T) {
SkipPathCreation: false,
}))

t.Parallel()

// Get Channel ID
gaiaChans, err := r.GetChannels(ctx, eRep, gaia.Config().ChainID)
require.NoError(t, err)
Expand Down
2 changes: 0 additions & 2 deletions interchaintest/tendermint_v0.37_boundary_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ func TestScenarioTendermint37Boundary(t *testing.T) {
})
r := rf.Build(t, client, network)

t.Parallel()

ic := interchaintest.NewInterchain().
AddChain(chain).
AddChain(counterpartyChain).
Expand Down

0 comments on commit 0d9eeb3

Please sign in to comment.