Skip to content

Commit

Permalink
Skip test_ve_ocean.py's test until gas issue is fixed in #1096. Also,…
Browse files Browse the repository at this point in the history
… rename the test so that it's easier to see in the CI log lines that give test name but not filename
  • Loading branch information
trentmc committed Nov 25, 2022
1 parent 087ef43 commit e42efcd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ocean_lib/models/vetest/test_ve_ocean.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@


@pytest.mark.unit
def test1(config, factory_deployer_wallet, ocean_token, veOCEAN):
@pytest.mark.skip(reason="Don't skip, once fixed #1096")
def test_ve_ocean1(config, factory_deployer_wallet, ocean_token, veOCEAN):
# inspiration from df-py/util/test/veOcean/test_lock.py
assert veOCEAN.symbol() == "veOCEAN"

Expand Down

0 comments on commit e42efcd

Please sign in to comment.