Skip to content

Commit

Permalink
Skip deprecated tests. (#110)
Browse files Browse the repository at this point in the history
Co-authored-by: Juan Ignacio Ubeira <juani@balancer.finance>
  • Loading branch information
jubeira and Juan Ignacio Ubeira committed May 3, 2024
1 parent de8c3a5 commit 98079d0
Show file tree
Hide file tree
Showing 47 changed files with 47 additions and 47 deletions.
2 changes: 1 addition & 1 deletion tasks/deprecated/20210624-stable-pool/test/task.fork.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { SignerWithAddress } from '@nomiclabs/hardhat-ethers/dist/src/signer-wit

import { getSigner, impersonate, getForkedNetwork, Task, TaskMode, describeForkTest } from '@src';

describeForkTest('StablePoolFactory', 'mainnet', 14850000, function () {
describeForkTest.skip('StablePoolFactory', 'mainnet', 14850000, function () {
let owner: SignerWithAddress, whale: SignerWithAddress;
let pool: Contract, factory: Contract, vault: Contract, usdc: Contract, dai: Contract;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { advanceToTimestamp, currentTimestamp, DAY, MINUTE, MONTH } from '@helpe

import { describeForkTest, getSigner, getForkedNetwork, Task, TaskMode, impersonate } from '@src';

describeForkTest('LiquidityBootstrappingPoolFactory', 'mainnet', 14850000, function () {
describeForkTest.skip('LiquidityBootstrappingPoolFactory', 'mainnet', 14850000, function () {
let owner: SignerWithAddress, whale: SignerWithAddress;
let pool: Contract, factory: Contract, vault: Contract, usdc: Contract, dai: Contract;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { SwapKind } from '@helpers/models/types/types';

import { describeForkTest, getSigner, getForkedNetwork, Task, TaskMode, impersonate } from '@src';

describeForkTest('MetaStablePoolFactory', 'mainnet', 14850000, function () {
describeForkTest.skip('MetaStablePoolFactory', 'mainnet', 14850000, function () {
let owner: SignerWithAddress, whale: SignerWithAddress;
let pool: Contract, factory: Contract, vault: Contract, usdc: Contract, dai: Contract;

Expand Down
2 changes: 1 addition & 1 deletion tasks/deprecated/20210811-ldo-merkle/test/task.fork.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function encodeElement(address: string, balance: BigNumber): string {
return ethers.utils.solidityKeccak256(['address', 'uint'], [address, balance]);
}

describeForkTest('MerkleRedeem', 'mainnet', 14850000, function () {
describeForkTest.skip('MerkleRedeem', 'mainnet', 14850000, function () {
let lp: SignerWithAddress, other: SignerWithAddress, whale: SignerWithAddress;
let distributor: Contract, token: Contract;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { advanceToTimestamp, currentTimestamp, DAY, MINUTE, MONTH } from '@helpe

import { describeForkTest, getSigners, getForkedNetwork, Task, TaskMode, impersonate } from '@src';

describeForkTest('InvestmentPoolFactory', 'mainnet', 14850000, function () {
describeForkTest.skip('InvestmentPoolFactory', 'mainnet', 14850000, function () {
let owner: SignerWithAddress, wallet: SignerWithAddress, whale: SignerWithAddress;
let pool: Contract, factory: Contract, vault: Contract, usdc: Contract, dai: Contract;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function encodeElement(address: string, balance: BigNumber): string {
return ethers.utils.solidityKeccak256(['address', 'uint'], [address, balance]);
}

describeForkTest('MerkleRedeem', 'arbitrum', 846769, function () {
describeForkTest.skip('MerkleRedeem', 'arbitrum', 846769, function () {
let lp: SignerWithAddress, other: SignerWithAddress, whale: SignerWithAddress;
let distributor: Contract, token: Contract;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function encodeElement(address: string, balance: BigNumber): string {
return ethers.utils.solidityKeccak256(['address', 'uint'], [address, balance]);
}

describeForkTest('MerkleRedeem', 'arbitrum', 1731663, function () {
describeForkTest.skip('MerkleRedeem', 'arbitrum', 1731663, function () {
let lp: SignerWithAddress, other: SignerWithAddress, whale: SignerWithAddress;
let distributor: Contract, token: Contract;

Expand Down
2 changes: 1 addition & 1 deletion tasks/deprecated/20211203-batch-relayer/test/task.fork.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { MAX_UINT256 } from '@helpers/constants';

import { describeForkTest, impersonate, getForkedNetwork, Task, TaskMode, getSigner } from '@src';

describeForkTest('BatchRelayerLibrary', 'mainnet', 14850000, function () {
describeForkTest.skip('BatchRelayerLibrary', 'mainnet', 14850000, function () {
let task: Task;

let relayer: Contract, library: Contract;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { expectTransferEvent } from '@helpers/expectTransfer';

import { describeForkTest, getSigner, impersonate, getForkedNetwork, Task, TaskMode } from '@src';

describeForkTest('ArbitrumRootGaugeFactory', 'mainnet', 14600000, function () {
describeForkTest.skip('ArbitrumRootGaugeFactory', 'mainnet', 14600000, function () {
let veBALHolder: SignerWithAddress, admin: SignerWithAddress, recipient: SignerWithAddress;
let factory: Contract, gauge: Contract;
let vault: Contract,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { ZERO_ADDRESS } from '@helpers/constants';

import { describeForkTest, getSigner, impersonate, getForkedNetwork, Task, TaskMode } from '@src';

describeForkTest('PolygonRootGaugeFactory', 'mainnet', 14600000, function () {
describeForkTest.skip('PolygonRootGaugeFactory', 'mainnet', 14600000, function () {
let veBALHolder: SignerWithAddress, admin: SignerWithAddress, recipient: SignerWithAddress;
let factory: Contract, gauge: Contract;
let vault: Contract,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { expectTransferEvent } from '@helpers/expectTransfer';

import { describeForkTest, impersonate, getForkedNetwork, Task, TaskMode } from '@src';

describeForkTest('FeeDistributor', 'mainnet', 14623150, function () {
describeForkTest.skip('FeeDistributor', 'mainnet', 14623150, function () {
let veBALHolder: SignerWithAddress, veBALHolder2: SignerWithAddress, feeCollector: SignerWithAddress;
let distributor: Contract;

Expand Down
2 changes: 1 addition & 1 deletion tasks/deprecated/20220609-stable-pool-v2/test/task.fork.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { SignerWithAddress } from '@nomiclabs/hardhat-ethers/dist/src/signer-wit

import { describeForkTest, getSigner, impersonate, getForkedNetwork, Task, TaskMode } from '@src';

describeForkTest('StablePoolFactory', 'mainnet', 14850000, function () {
describeForkTest.skip('StablePoolFactory', 'mainnet', 14850000, function () {
let owner: SignerWithAddress, whale: SignerWithAddress, govMultisig: SignerWithAddress;
let factory: Contract, vault: Contract, authorizer: Contract, usdc: Contract, dai: Contract, usdt: Contract;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { describeForkTest, getSigner, impersonate, getForkedNetwork, Task, TaskM
// We then place the gauge deployed for this test into the "Arbitrum" type.
// In production a proper gauge type should be created for the gauges deployed by this factory.

describeForkTest('OptimismRootGaugeFactory', 'mainnet', 14850000, function () {
describeForkTest.skip('OptimismRootGaugeFactory', 'mainnet', 14850000, function () {
let veBALHolder: SignerWithAddress, admin: SignerWithAddress, recipient: SignerWithAddress;
let factory: Contract, gauge: Contract;
let vault: Contract,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { defaultAbiCoder } from '@ethersproject/abi/lib/abi-coder';

import { describeForkTest, impersonate, getForkedNetwork, Task, TaskMode } from '@src';

describeForkTest('BatchRelayerLibrary', 'mainnet', 15150000, function () {
describeForkTest.skip('BatchRelayerLibrary', 'mainnet', 15150000, function () {
let task: Task;

let relayer: Contract, library: Contract;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { SignerWithAddress } from '@nomiclabs/hardhat-ethers/dist/src/signer-wit
import { SwapKind } from '@helpers/models/types/types';
import { describeForkTest, impersonate, getForkedNetwork, Task, TaskMode, getSigners } from '@src';

describeForkTest('AaveLinearPoolFactory', 'mainnet', 15225000, function () {
describeForkTest.skip('AaveLinearPoolFactory', 'mainnet', 15225000, function () {
let owner: SignerWithAddress, holder: SignerWithAddress, other: SignerWithAddress;
let factory: Contract, vault: Contract, usdc: Contract;
let rebalancer: Contract;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { defaultAbiCoder } from '@ethersproject/abi/lib/abi-coder';

import { describeForkTest, impersonate, getForkedNetwork, Task, TaskMode } from '@src';

describeForkTest('BatchRelayerLibrary', 'mainnet', 15485000, function () {
describeForkTest.skip('BatchRelayerLibrary', 'mainnet', 15485000, function () {
let task: Task;

let relayer: Contract, library: Contract;
Expand Down
2 changes: 1 addition & 1 deletion tasks/deprecated/20221021-managed-pool/test/task.fork.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type ManagedPoolParams = {
aumFeeId: BigNumberish;
};

describeForkTest('ManagedPoolFactory', 'mainnet', 15634000, function () {
describeForkTest.skip('ManagedPoolFactory', 'mainnet', 15634000, function () {
let owner: SignerWithAddress, whale: SignerWithAddress, govMultisig: SignerWithAddress;
let factory: Contract,
vault: Contract,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { SwapKind } from '@helpers/models/types/types';
import { actionId } from '@helpers/models/misc/actions';
import { expectEqualWithError } from '@helpers/relativeError';

describeForkTest('ComposableStablePool', 'mainnet', 16000000, function () {
describeForkTest.skip('ComposableStablePool', 'mainnet', 16000000, function () {
let task: Task;

let factory: Contract;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { AuthorizerDeployment } from '../../../20210418-authorizer/input';
import { TimelockAuthorizerDeployment } from '../input';
import { SignerWithAddress } from '@nomiclabs/hardhat-ethers/signers';

describeForkTest('TimelockAuthorizer', 'mainnet', 16076200, function () {
describeForkTest.skip('TimelockAuthorizer', 'mainnet', 16076200, function () {
let input: TimelockAuthorizerDeployment;
let migrator: Contract, vault: Contract, newAuthorizer: Contract, oldAuthorizer: Contract;
let root: SignerWithAddress;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { SignerWithAddress } from '@nomiclabs/hardhat-ethers/dist/src/signer-wit
import { SwapKind } from '@helpers/models/types/types';
import { describeForkTest, impersonate, getForkedNetwork, Task, TaskMode, getSigners } from '@src';

describeForkTest('AaveLinearPoolFactory', 'mainnet', 15225000, function () {
describeForkTest.skip('AaveLinearPoolFactory', 'mainnet', 15225000, function () {
let owner: SignerWithAddress, holder: SignerWithAddress, other: SignerWithAddress;
let factory: Contract, vault: Contract, usdt: Contract;
let rebalancer: Contract;
Expand Down
2 changes: 1 addition & 1 deletion tasks/deprecated/20230109-gauge-adder-v3/test/task.fork.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import TimelockAuthorizer from '@helpers/models/authorizer/TimelockAuthorizer';
import { advanceTime, DAY } from '@helpers/time';
import { ZERO_ADDRESS } from '@helpers/constants';

describeForkTest('GaugeAdderV3', 'mainnet', 16370000, function () {
describeForkTest.skip('GaugeAdderV3', 'mainnet', 16370000, function () {
let factory: Contract;
let adaptorEntrypoint: Contract;
let authorizer: Contract;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { SignerWithAddress } from '@nomiclabs/hardhat-ethers/dist/src/signer-wit
import { SwapKind } from '@helpers/models/types/types';
import { describeForkTest, impersonate, getForkedNetwork, Task, TaskMode, getSigners } from '@src';

describeForkTest('AaveLinearPoolFactory V4', 'mainnet', 16592300, function () {
describeForkTest.skip('AaveLinearPoolFactory V4', 'mainnet', 16592300, function () {
let owner: SignerWithAddress, holder: SignerWithAddress, other: SignerWithAddress;
let factory: Contract, vault: Contract, usdt: Contract;
let rebalancer: Contract;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { actionId } from '@helpers/models/misc/actions';
import { expectEqualWithError } from '@helpers/relativeError';
import { deploy } from '@src';

describeForkTest('ComposableStablePool V3', 'mainnet', 16577000, function () {
describeForkTest.skip('ComposableStablePool V3', 'mainnet', 16577000, function () {
let task: Task;

let factory: Contract;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export enum SwapKind {
GivenOut,
}

describeForkTest('ERC4626LinearPoolFactory', 'mainnet', 16550500, function () {
describeForkTest.skip('ERC4626LinearPoolFactory', 'mainnet', 16550500, function () {
let owner: SignerWithAddress, holder: SignerWithAddress, other: SignerWithAddress;
let govMultisig: SignerWithAddress;
let vault: Contract, authorizer: Contract, mainToken: Contract;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { SignerWithAddress } from '@nomiclabs/hardhat-ethers/dist/src/signer-wit

import { getSigner, impersonate, getForkedNetwork, Task, TaskMode, describeForkTest } from '@src';

describeForkTest('WeightedPool V3', 'mainnet', 16577000, function () {
describeForkTest.skip('WeightedPool V3', 'mainnet', 16577000, function () {
let owner: SignerWithAddress,
whale: SignerWithAddress,
wstEthWhale: SignerWithAddress,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export enum SwapKind {
GivenOut,
}

describeForkTest('GearboxLinearPoolFactory', 'mainnet', 16636000, function () {
describeForkTest.skip('GearboxLinearPoolFactory', 'mainnet', 16636000, function () {
let owner: SignerWithAddress, holder: SignerWithAddress, other: SignerWithAddress;
let vault: Contract, mainToken: Contract;
let factory: Contract;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export enum SwapKind {
GivenOut,
}

describeForkTest('YearnLinearPoolFactory', 'mainnet', 16610000, function () {
describeForkTest.skip('YearnLinearPoolFactory', 'mainnet', 16610000, function () {
let owner: SignerWithAddress, holder: SignerWithAddress, other: SignerWithAddress;
let vault: Contract, mainToken: Contract;
let factory: Contract;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import {
PoolKind,
} from './helpers/sharedStableParams';

describeForkTest('BatchRelayerLibrary - Composable Stable V1', 'mainnet', 16083775, function () {
describeForkTest.skip('BatchRelayerLibrary - Composable Stable V1', 'mainnet', 16083775, function () {
let task: Task;

let relayer: Contract, library: Contract;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import {
PoolKind,
} from './helpers/sharedStableParams';

describeForkTest('BatchRelayerLibrary - Composable Stable V2+', 'mainnet', 16789433, function () {
describeForkTest.skip('BatchRelayerLibrary - Composable Stable V2+', 'mainnet', 16789433, function () {
let task: Task;

let relayer: Contract, library: Contract;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { SignerWithAddress } from '@nomiclabs/hardhat-ethers/signers';
import { MAX_UINT256 } from '@helpers/constants';
import { describeForkTest, impersonate, getForkedNetwork, Task, TaskMode, getSigner } from '@src';

describeForkTest('CompoundV2Wrapping', 'polygon', 40305420, function () {
describeForkTest.skip('CompoundV2Wrapping', 'polygon', 40305420, function () {
let task: Task;
let relayer: Contract, library: Contract;
let vault: Contract, authorizer: Contract;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { SignerWithAddress } from '@nomiclabs/hardhat-ethers/signers';
import { describeForkTest, impersonate, getForkedNetwork, Task, TaskMode, getSigner } from '@src';
import { MAX_UINT256 } from '@helpers/constants';

describeForkTest('ERC4626Wrapping', 'mainnet', 18412883, function () {
describeForkTest.skip('ERC4626Wrapping', 'mainnet', 18412883, function () {
let task: Task;
let relayer: Contract, library: Contract;
let vault: Contract, authorizer: Contract;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { SignerWithAddress } from '@nomiclabs/hardhat-ethers/signers';
import { describeForkTest, impersonate, getForkedNetwork, Task, TaskMode, getSigner } from '@src';
import { MAX_UINT256 } from '@helpers/constants';

describeForkTest('EulerWrapping', 'mainnet', 16636628, function () {
describeForkTest.skip('EulerWrapping', 'mainnet', 16636628, function () {
let task: Task;
let relayer: Contract, library: Contract;
let vault: Contract, authorizer: Contract;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { SignerWithAddress } from '@nomiclabs/hardhat-ethers/signers';
import { describeForkTest, impersonate, getForkedNetwork, Task, TaskMode, getSigner } from '@src';
import { MAX_UINT256 } from '@helpers/constants';

describeForkTest('GearboxWrapping', 'mainnet', 16622559, function () {
describeForkTest.skip('GearboxWrapping', 'mainnet', 16622559, function () {
let task: Task;
let relayer: Contract, library: Contract;
let vault: Contract, authorizer: Contract;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {
PoolKind,
} from './helpers/sharedStableParams';

describeForkTest('BatchRelayerLibrary - Legacy Stable', 'mainnet', 14860000, function () {
describeForkTest.skip('BatchRelayerLibrary - Legacy Stable', 'mainnet', 14860000, function () {
let task: Task;

let relayer: Contract, library: Contract;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { BigNumberish, bn } from '@helpers/numbers';
import { SignerWithAddress } from '@nomiclabs/hardhat-ethers/signers';
import { describeForkTest, impersonate, getForkedNetwork, Task, TaskMode, getSigner } from '@src';

describeForkTest('SiloWrapping', 'mainnet', 16622559, function () {
describeForkTest.skip('SiloWrapping', 'mainnet', 16622559, function () {
let task: Task;
let relayer: Contract, library: Contract;
let vault: Contract, authorizer: Contract;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import {
initialBalances,
} from './helpers/sharedStableParams';

describeForkTest('Stable Phantom Exit', 'mainnet', 13776527, function () {
describeForkTest.skip('Stable Phantom Exit', 'mainnet', 13776527, function () {
let vault: Contract, authorizer: Contract;

before('load vault and tokens', async () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { describeForkTest, impersonate, getForkedNetwork, Task, TaskMode } from
import * as expectEvent from '@helpers/expectEvent';
import { sharedBeforeEach } from '@helpers/sharedBeforeEach';

describeForkTest('BatchRelayerLibrary', 'mainnet', 15485000, function () {
describeForkTest.skip('BatchRelayerLibrary', 'mainnet', 15485000, function () {
let task: Task;

let relayer: Contract, library: Contract;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { SignerWithAddress } from '@nomiclabs/hardhat-ethers/signers';
import { describeForkTest, impersonate, getForkedNetwork, Task, TaskMode, getSigner } from '@src';
import { MAX_UINT256 } from '@helpers/constants';

describeForkTest('TetuWrapping', 'polygon', 37945364, function () {
describeForkTest.skip('TetuWrapping', 'polygon', 37945364, function () {
let task: Task;
let relayer: Contract, library: Contract;
let vault: Contract, authorizer: Contract;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { SignerWithAddress } from '@nomiclabs/hardhat-ethers/signers';
import { describeForkTest, impersonate, getForkedNetwork, Task, TaskMode, getSigner } from '@src';
import { MAX_UINT256 } from '@helpers/constants';

describeForkTest('YearnWrapping', 'mainnet', 16622559, function () {
describeForkTest.skip('YearnWrapping', 'mainnet', 16622559, function () {
let task: Task;
let relayer: Contract, library: Contract;
let vault: Contract, authorizer: Contract;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export enum SwapKind {
GivenOut,
}

describeForkTest('SiloLinearPoolFactory', 'mainnet', 16478568, function () {
describeForkTest.skip('SiloLinearPoolFactory', 'mainnet', 16478568, function () {
let owner: SignerWithAddress, holder: SignerWithAddress, other: SignerWithAddress;
let factory: Contract, vault: Contract, usdc: Contract;
let rebalancer: Contract;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { impersonate } from '@src';
import { SignerWithAddress } from '@nomiclabs/hardhat-ethers/signers';
import { ANY_ADDRESS } from '@helpers/constants';

describeForkTest('L2BalancerPseudoMinter', 'arbitrum', 70407500, function () {
describeForkTest.skip('L2BalancerPseudoMinter', 'arbitrum', 70407500, function () {
let vault: Contract, authorizer: Contract;
let pseudoMinter: Contract;
let admin: SignerWithAddress;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { expectEqualWithError } from '@helpers/relativeError';
import { deploy } from '@src';
import { randomBytes } from 'ethers/lib/utils';

describeForkTest('ComposableStablePool V4', 'mainnet', 16577000, function () {
describeForkTest.skip('ComposableStablePool V4', 'mainnet', 16577000, function () {
let task: Task;

let factory: Contract;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { actionId } from '@helpers/models/misc/actions';

// This block number is before the manual weekly checkpoint. This ensures gauges will actually be checkpointed.
// This test verifies the checkpointer against the manual transactions for the given period.
describeForkTest('L2GaugeCheckpointer', 'mainnet', 17332499, function () {
describeForkTest.skip('L2GaugeCheckpointer', 'mainnet', 17332499, function () {
/* eslint-disable @typescript-eslint/no-non-null-assertion */

enum GaugeType {
Expand Down

0 comments on commit 98079d0

Please sign in to comment.