summaryrefslogtreecommitdiff
path: root/tests/test_async.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_async.py')
-rwxr-xr-xtests/test_async.py1
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()