Skip to content

Commit

Permalink
Skip old harvester tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shahthepro committed Jan 9, 2025
1 parent 16a532b commit af4566c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion contracts/test/strategies/oeth-metapool.mainnet.fork-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ describe("ForkTest: OETH AMO Curve Metapool Strategy", function () {
.populateTransaction.checkBalance(weth.address);
await josh.sendTransaction(tx);
});
it("Should be able to harvest the rewards", async function () {
// Skipping this since we switched to simple harvester
it.skip("Should be able to harvest the rewards", async function () {
const {
josh,
weth,
Expand Down
3 changes: 2 additions & 1 deletion contracts/test/vault/harvester.mainnet.fork-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ describe("ForkTest: Harvester", function () {
});
});

describe("with Curve", () => {
// Skipping this since we switched to simple harvester
describe.skip("with Curve", () => {
it("Should swap CRV for WETH", async () => {
const {
oethHarvester,
Expand Down

0 comments on commit af4566c

Please sign in to comment.