Skip to content

Commit b5cd316

Browse files
committed
fix(test): Skip one more flaky asynqp TC
Signed-off-by: Ferenc Géczi <[email protected]>
1 parent d20bdf7 commit b5cd316

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/clients/test_asynqp.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ async def fetch(self, session, url, headers=None):
7373
except aiohttp.web_exceptions.HTTPException:
7474
pass
7575

76+
@pytest.mark.skip(reason="Asynqp is an abandoned library, sometimes messages are duplicated randomly")
7677
def test_publish(self):
7778
@asyncio.coroutine
7879
def test():

0 commit comments

Comments
 (0)