Skip to content

Commit 457bbb4

Browse files
authored
chore: remove skip for test test_add_requests_wait_for_all (#1511)
### Issues - Closes: #1498
1 parent 5f0f5e2 commit 457bbb4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/unit/storages/test_request_queue.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
from __future__ import annotations
55

66
import asyncio
7-
import sys
87
from datetime import timedelta
98
from typing import TYPE_CHECKING
109

@@ -423,8 +422,6 @@ async def test_is_empty(rq: RequestQueue) -> None:
423422
assert await rq.is_empty() is True
424423

425424

426-
# TODO: Remove this skip when #1498 is resolved.
427-
@pytest.mark.skipif(sys.platform != 'linux', reason='Flaky test on Windows, see #1498.')
428425
@pytest.mark.parametrize(
429426
('wait_for_all'),
430427
[

0 commit comments

Comments
 (0)