Skip to content

Commit ddab8a8

Browse files
committed
[WIP] tests not ready to go
1 parent c19357d commit ddab8a8

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

tests/test_pipeline.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -250,15 +250,15 @@ async def map_function(n):
250250
assert max_concurrent_tasks == task_amount
251251

252252

253-
@pytest.mark.skip
253+
# @pytest.mark.skip
254254
@pytest.mark.parametrize(
255255
["task_amount", "interval", "map_interval", "max_concurrency"],
256256
[
257257
(5, 0, 0.1, 1),
258-
(10, 0, 0.025, 4),
259-
(10, 0, 0.025, 2),
260-
(10, 0, 0.025, 8),
261-
(100, 0, 0.1, 20),
258+
#(10, 0, 0.025, 4),
259+
#(10, 0, 0.025, 2),
260+
#(10, 0, 0.025, 8),
261+
#(100, 0, 0.1, 20),
262262
],
263263
)
264264
@pytest.mark.asyncio

0 commit comments

Comments
 (0)