chore: skip pic merge test (#141)

This commit is contained in:
felinae98
2022-11-14 17:15:17 +08:00
committed by GitHub
parent 23d2180fd5
commit 43e368a734
3 changed files with 9 additions and 2 deletions
+6
View File
@@ -41,6 +41,7 @@ merge_source_9_2 = [
]
@pytest.mark.external
@flaky
async def test_9_merge(app: App):
from nonebot_bison.post import Post
@@ -51,6 +52,7 @@ async def test_9_merge(app: App):
await post.generate_messages()
@pytest.mark.external
@flaky
async def test_9_merge_2(app: App):
from nonebot_bison.post import Post
@@ -61,6 +63,7 @@ async def test_9_merge_2(app: App):
await post.generate_messages()
@pytest.mark.external
@flaky
async def test_6_merge(app: App):
from nonebot_bison.post import Post
@@ -70,6 +73,7 @@ async def test_6_merge(app: App):
assert len(post.pics) == 5
@pytest.mark.external
@flaky
async def test_3_merge(app: App):
from nonebot_bison.post import Post
@@ -79,6 +83,7 @@ async def test_3_merge(app: App):
assert len(post.pics) == 5
@pytest.mark.external
@flaky
async def test_6_merge_only(app: App):
from nonebot_bison.post import Post
@@ -88,6 +93,7 @@ async def test_6_merge_only(app: App):
assert len(post.pics) == 1
@pytest.mark.external
@flaky
async def test_3_merge_only(app: App):
from nonebot_bison.post import Post