We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test_add_requests_wait_for_all
1 parent 5f0f5e2 commit 457bbb4Copy full SHA for 457bbb4
tests/unit/storages/test_request_queue.py
@@ -4,7 +4,6 @@
4
from __future__ import annotations
5
6
import asyncio
7
-import sys
8
from datetime import timedelta
9
from typing import TYPE_CHECKING
10
@@ -423,8 +422,6 @@ async def test_is_empty(rq: RequestQueue) -> None:
423
422
assert await rq.is_empty() is True
424
425
426
-# TODO: Remove this skip when #1498 is resolved.
427
-@pytest.mark.skipif(sys.platform != 'linux', reason='Flaky test on Windows, see #1498.')
428
@pytest.mark.parametrize(
429
('wait_for_all'),
430
[
0 commit comments