From 2f094841b2f3a68ea63e9ce931a5b33e7ed453f6 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sat, 19 Oct 2019 16:29:16 +0100 Subject: [PATCH] Slow test is slow --- tests/test_async.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_async.py b/tests/test_async.py index f14468e4..85137286 100755 --- a/tests/test_async.py +++ b/tests/test_async.py @@ -348,6 +348,7 @@ class AsyncTests(ConnectingTestCase): cur.connection.poll() self.assertEquals(cur.fetchone()[0], 1) + @slow def test_notify(self): cur = self.conn.cursor() sync_cur = self.sync_conn.cursor()