Browse Source

integration-tests: fix failing proposal tests for worker leads

Two jobs were trying to run council proposal test for hiring lead which was failing.
Mokhtar Naamani 3 years ago
parent
commit
6500ab8858
1 changed files with 0 additions and 2 deletions
  1. 0 2
      tests/network-tests/src/scenarios/full.ts

+ 0 - 2
tests/network-tests/src/scenarios/full.ts

@@ -25,8 +25,6 @@ scenario(async ({ job }) => {
     validatorCountProposal,
     wgMintCapacityProposal.storage,
     wgMintCapacityProposal.content,
-    manageLeaderRole.storage,
-    manageLeaderRole.content,
   ]).requires(councilJob)
 
   const manageLeadsJob = job('lead-roles', [manageLeaderRole.storage, manageLeaderRole.content]).requires(councilJob)