Skip to content

Commit

Permalink
remove parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
AnieeG committed Nov 19, 2024
1 parent 66c7426 commit c1d1dfe
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions integration-tests/smoke/ccip_rmn_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import (
)

func TestRMN_TwoMessagesOnTwoLanes(t *testing.T) {
t.Parallel()
runRmnTestCase(t, rmnTestCase{
name: "messages on two lanes",
waitForExec: true,
Expand All @@ -52,7 +51,6 @@ func TestRMN_TwoMessagesOnTwoLanes(t *testing.T) {
}

func TestRMN_MultipleMessagesOnOneLaneNoWaitForExec(t *testing.T) {
t.Parallel()
runRmnTestCase(t, rmnTestCase{
name: "multiple messages for rmn batching inspection and one rmn node down",
waitForExec: false, // do not wait for execution reports
Expand All @@ -75,7 +73,6 @@ func TestRMN_MultipleMessagesOnOneLaneNoWaitForExec(t *testing.T) {
}

func TestRMN_NotEnoughObservers(t *testing.T) {
t.Parallel()
runRmnTestCase(t, rmnTestCase{
name: "one message but not enough observers, should not get a commit report",
passIfNoCommitAfter: time.Minute, // wait for a minute and assert that commit report was not delivered
Expand All @@ -98,7 +95,6 @@ func TestRMN_NotEnoughObservers(t *testing.T) {
}

func TestRMN_DifferentSigners(t *testing.T) {
t.Parallel()
runRmnTestCase(t, rmnTestCase{
name: "different signers and different observers",
homeChainConfig: homeChainConfig{
Expand All @@ -123,7 +119,6 @@ func TestRMN_DifferentSigners(t *testing.T) {
}

func TestRMN_NotEnoughSigners(t *testing.T) {
t.Parallel()
runRmnTestCase(t, rmnTestCase{
name: "different signers and different observers",
passIfNoCommitAfter: time.Minute, // wait for a minute and assert that commit report was not delivered
Expand All @@ -149,7 +144,6 @@ func TestRMN_NotEnoughSigners(t *testing.T) {
}

func TestRMN_DifferentRmnNodesForDifferentChains(t *testing.T) {
t.Parallel()
runRmnTestCase(t, rmnTestCase{
name: "different rmn nodes support different chains",
waitForExec: false,
Expand Down

0 comments on commit c1d1dfe

Please sign in to comment.