Skip to content

Commit

Permalink
chore: remove a3p test for creating a vault
Browse files Browse the repository at this point in the history
  • Loading branch information
rabi-siddique committed Oct 11, 2024
1 parent 0c9eb64 commit 815c768
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion test/e2e/specs/liquidation-reconstitution.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ describe('Wallet App Test Cases', () => {
});

it('verify bidder balance is sufficient to place 3 bids', () => {
cy.skipWhen(AGORIC_NET === networks.LOCAL);
cy.getTokenBalance({
walletAddress: bidderAddress,
token: tokens.IST,
Expand Down
6 changes: 0 additions & 6 deletions test/e2e/specs/liquidation.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ describe('Wallet App Test Cases', () => {
});

it('verify bidder balance is sufficient to place 3 bids', () => {
cy.skipWhen(AGORIC_NET === networks.LOCAL);
cy.getTokenBalance({
walletAddress: bidderAddress,
token: tokens.IST,
Expand Down Expand Up @@ -410,11 +409,6 @@ describe('Wallet App Test Cases', () => {
});

context('Place bids and make all vaults enter liquidation', () => {
it('should create a vault minting 400 ISTs and giving 80 ATOMs as collateral', () => {
cy.skipWhen(AGORIC_NET !== networks.LOCAL);
cy.createVault({ wantMinted: 400, giveCollateral: 80, userKey: 'gov1' });
});

it('should save bidder ATOM balance before placing bids', () => {
cy.wait(QUICK_WAIT);
cy.getTokenBalance({
Expand Down

0 comments on commit 815c768

Please sign in to comment.