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()