Skip to content

Commit 2472862

Browse files
committed
test: 跳过耗时过久的全量抓取测试
1 parent c3cf9ce commit 2472862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ def test_refresh_curseforge_categories():
3636
def test_sync_modrinth_by_search():
3737
assert sync_modrinth_by_search()
3838

39-
# @mark.skip(reason="不在 ci 测试全量抓取,耗时过久")
39+
@mark.skip(reason="不在 ci 测试全量抓取,耗时过久")
4040
def test_sync_curseforge_by_search():
4141
assert sync_curseforge_by_search()

0 commit comments

Comments
 (0)