Skip to content

Commit

Permalink
Remove gen7randomdoublesbattle from integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hsahovic committed Apr 6, 2024
1 parent 627b79e commit c6cf62a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions integration_tests/test_double_battles.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@ async def simple_cross_evaluation(n_battles, format_, i=0):
await player.ps_client.stop_listening()


@pytest.mark.asyncio
async def test_small_cross_evaluation_gen7():
await asyncio.wait_for(
simple_cross_evaluation(5, format_="gen7randomdoublesbattle"), timeout=20
)


@pytest.mark.asyncio
async def test_small_cross_evaluation_gen8():
await asyncio.wait_for(
Expand Down

0 comments on commit c6cf62a

Please sign in to comment.