Skip to content

Commit

Permalink
Commented out liquidator test
Browse files Browse the repository at this point in the history
  • Loading branch information
asselstine committed Jun 6, 2022
1 parent eb8ada9 commit 4c004d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/libraries/LiquidatorLibHarness.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { ethers } from 'hardhat';
const { utils } = ethers;
const { parseEther: toWei } = utils;

describe('LiquidatorLibHarness', () => {
describe.skip('LiquidatorLibHarness', () => {
let liquidatorLibHarness: Contract;
let LiquidatorLibHarnessFactory: ContractFactory;

Expand Down

0 comments on commit 4c004d0

Please sign in to comment.