Skip to content

Commit

Permalink
chore(z:acceptance): skip "user can open a vault under debt limit"
Browse files Browse the repository at this point in the history
- filed #10599 after observing multiple flakes from unrelated changes
  • Loading branch information
0xpatrickdev committed Dec 3, 2024
1 parent 5a75404 commit 9638d57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion a3p-integration/proposals/z:acceptance/vaults.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,8 @@ test.serial('user cannot open a vault above debt limit', async t => {
);
});

test.serial('user can open a vault under debt limit', async t => {
// TODO #10599. marked as `skip` since several flakes were observed
test.skip('user can open a vault under debt limit', async t => {
const istBalanceBefore = await getISTBalance(GOV1ADDR);
const activeVaultsBefore = await listVaults(GOV1ADDR, walletUtils);

Expand Down

0 comments on commit 9638d57

Please sign in to comment.