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.
1 parent c3cf9ce commit 2472862Copy full SHA for 2472862
tests/test_tasks.py
@@ -36,6 +36,6 @@ def test_refresh_curseforge_categories():
36
def test_sync_modrinth_by_search():
37
assert sync_modrinth_by_search()
38
39
-# @mark.skip(reason="不在 ci 测试全量抓取,耗时过久")
+@mark.skip(reason="不在 ci 测试全量抓取,耗时过久")
40
def test_sync_curseforge_by_search():
41
assert sync_curseforge_by_search()
0 commit comments