Skip to content

Commit

Permalink
feat: remove perps specific fuzz run
Browse files Browse the repository at this point in the history
  • Loading branch information
cdummett committed Jan 30, 2024
1 parent 0d72ec5 commit 41a34dd
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/integration/test_fuzz.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,3 @@ def test_fuzz_run():
fuzz._run(
steps=100, output=True, output_dir=temp_dir, perp_market_probability=0.0
)


@pytest.mark.integration
def test_fuzz_run_perps():
# Simply testing that it doesn't error
with tempfile.TemporaryDirectory() as temp_dir:
fuzz._run(
steps=10, output=True, output_dir=temp_dir, perp_market_probability=1.0
)

0 comments on commit 41a34dd

Please sign in to comment.