Skip to content

Commit 4030fd1

Browse files
committed
fix: torrent repository tests. DashMap is not ordered
DashMap implementation does not support returning torrent ordered, so we have to skip those tests for this reporitoy implementation.
1 parent 1e76c17 commit 4030fd1

File tree

1 file changed

+2
-4
lines changed
  • packages/torrent-repository/tests/repository

1 file changed

+2
-4
lines changed

packages/torrent-repository/tests/repository/mod.rs

+2-4
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,7 @@ async fn it_should_get_paginated_entries_in_a_stable_or_sorted_order(
278278
tokio_std(),
279279
tokio_mutex(),
280280
tokio_tokio(),
281-
skip_list_std(),
282-
dash_map_std()
281+
skip_list_std()
283282
)]
284283
repo: Repo,
285284
#[case] entries: Entries,
@@ -321,8 +320,7 @@ async fn it_should_get_paginated(
321320
tokio_std(),
322321
tokio_mutex(),
323322
tokio_tokio(),
324-
skip_list_std(),
325-
dash_map_std()
323+
skip_list_std()
326324
)]
327325
repo: Repo,
328326
#[case] entries: Entries,

0 commit comments

Comments
 (0)