Skip to content

Commit c96616d

Browse files
authored
Unskip Windows condition for harvester plots test (#20184)
* Unskip Windows condition for harvester plots test Removed skip condition for Windows from test_farmer_get_harvester_plots_endpoints. * cleanup Removed skip condition for Windows in test case. * format/lint fix
1 parent 45593bc commit c96616d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

chia/_tests/core/test_farmer_harvester_rpc.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import dataclasses
44
import logging
55
import operator
6-
import sys
76
import time
87
from collections.abc import Awaitable
98
from math import ceil
@@ -360,7 +359,6 @@ def test_plot_matches_filter(filter_item: FilterItem, match: bool) -> None:
360359
],
361360
)
362361
@pytest.mark.anyio
363-
@pytest.mark.skipif(sys.platform == "win32", reason="avoiding crashes on windows until we fix this (crashing workers)")
364362
async def test_farmer_get_harvester_plots_endpoints(
365363
harvester_farmer_environment: HarvesterFarmerEnvironment,
366364
endpoint: Callable[[FarmerRpcClient, PaginatedRequestData], Awaitable[dict[str, Any]]],

0 commit comments

Comments
 (0)