diff options
author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2020-07-27 22:58:43 +0100 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2020-07-27 23:03:26 +0100 |
commit | 6eb4fab1dbed047166bca9b83114f416df41b757 (patch) | |
tree | a4ac72033c4c96b181a7423de0450a58e816f379 /tests/test_async.py | |
parent | 5e957daa8237bfa1e0d1becc1e5637a161331664 (diff) | |
download | psycopg2-6eb4fab1dbed047166bca9b83114f416df41b757.tar.gz |
Added reason for skipping on CockroachDB
Diffstat (limited to 'tests/test_async.py')
-rwxr-xr-x | tests/test_async.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_async.py b/tests/test_async.py index 18fefc6..57207a0 100755 --- a/tests/test_async.py +++ b/tests/test_async.py @@ -328,6 +328,7 @@ class AsyncTests(ConnectingTestCase): conn.close() @slow + @skip_if_crdb("flush on write flakey") def test_flush_on_write(self): # a very large query requires a flush loop to be sent to the backend curs = self.conn.cursor() |