summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 (