Skip to content

Commit

Permalink
Skip test, for #705
Browse files Browse the repository at this point in the history
  • Loading branch information
trentmc committed Aug 19, 2023
1 parent cd70229 commit a9bdee9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions df_py/util/test/veOcean/test_fee_dist.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import brownie
from enforce_typing import enforce_types
import pytest

from df_py.util import networkutil, oceanutil
from df_py.util.base18 import to_wei
Expand Down Expand Up @@ -130,6 +131,7 @@ def test_alice_locks_tokens_exact():
assert (alice_after - alice_before) == estimate


@pytest.mark.skip("Fails sometimes. See #705. When fixed, un-skip this test")
@enforce_types
def test_alice_claims_after_lock_ends():
"""Alice claim rewards after her lock is expired."""
Expand Down

0 comments on commit a9bdee9

Please sign in to comment.