Skip to content

Commit

Permalink
Fix RMN test
Browse files Browse the repository at this point in the history
  • Loading branch information
connorwstein committed Nov 19, 2024
1 parent 99bec3c commit 0df43b8
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions integration-tests/smoke/ccip_rmn_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import (
"github.com/rs/zerolog"
"github.com/stretchr/testify/require"

jobv1 "github.com/smartcontractkit/chainlink-protos/job-distributor/v1/job"
"github.com/smartcontractkit/chainlink-testing-framework/lib/utils/osutil"
"github.com/smartcontractkit/chainlink-testing-framework/lib/utils/testcontext"

Expand Down Expand Up @@ -327,24 +326,7 @@ func runRmnTestCase(t *testing.T, tc rmnTestCase) {
}
}

jobSpecs, err := ccipdeployment.NewCCIPJobSpecs(envWithRMN.Env.NodeIDs, envWithRMN.Env.Offchain)
require.NoError(t, err)

ctx := ccipdeployment.Context(t)

ccipdeployment.ReplayLogs(t, envWithRMN.Env.Offchain, envWithRMN.ReplayBlocks)

for nodeID, jobs := range jobSpecs {
for _, job := range jobs {
_, err := envWithRMN.Env.Offchain.ProposeJob(ctx,
&jobv1.ProposeJobRequest{
NodeId: nodeID,
Spec: job,
})
require.NoError(t, err)
}
}

// Add all lanes
require.NoError(t, ccipdeployment.AddLanesForAll(envWithRMN.Env, onChainState))

Expand Down

0 comments on commit 0df43b8

Please sign in to comment.