summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2020-08-24 23:41:49 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2020-08-24 23:41:49 +0100
commit7acf592d070ac413bc4c2eb7ad86aab89675fe7c (patch)
tree89b37fa44b69903c356a8d483aa4a439defcca05
parentd76b9e2601f4ff87a1a873646db7c40896fb8705 (diff)
downloadpsycopg2-testmr.tar.gz
Test commit: will fail on CRDBtestmr
-rwxr-xr-xtests/test_cancel.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/test_cancel.py b/tests/test_cancel.py
index de8af90..f5e51f3 100755
--- a/tests/test_cancel.py
+++ b/tests/test_cancel.py
@@ -34,7 +34,6 @@ from psycopg2 import extras
from .testconfig import dsn
import unittest
from .testutils import ConnectingTestCase, skip_before_postgres, slow
-from .testutils import skip_if_crdb
class CancelTests(ConnectingTestCase):
@@ -42,8 +41,6 @@ class CancelTests(ConnectingTestCase):
def setUp(self):
ConnectingTestCase.setUp(self)
- skip_if_crdb("cancel", self.conn)
-
cur = self.conn.cursor()
cur.execute('''
CREATE TEMPORARY TABLE table1 (