]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Drop test skip for a long solved problem
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 18 Jul 2021 01:34:23 +0000 (03:34 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 18 Jul 2021 01:34:23 +0000 (03:34 +0200)
tests/test_concurrency_async.py

index 3b509f17d77eaafbe74c5272702923a194227897..f52353f859d17370e3a05867b3695160873c2061 100644 (file)
@@ -10,7 +10,6 @@ pytestmark = pytest.mark.asyncio
 
 
 @pytest.mark.slow
-@pytest.mark.skip
 async def test_commit_concurrency(aconn):
     # Check the condition reported in psycopg2#103
     # Because of bad status check, we commit even when a commit is already on