Skip to content

Commit

Permalink
Mark more Enso tests skipped on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Nov 24, 2024
1 parent 69dd11f commit 6bcf33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/velvet/test_velvet_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def test_vault_swap_partially(
assert portfolio.spot_erc20["0x833589fcd6edb6e08f4c7c32d4f71b54bda02913"] < existing_usdc_balance


@flaky.flaky
@pytest.mark.skipif(CI, reason="Enso is such unstable crap that there is no hope we could run any tests with in CI")
def test_vault_swap_very_little(
vault: VelvetVault,
vault_owner: HexAddress,
Expand Down

0 comments on commit 6bcf33b

Please sign in to comment.