Test commit: will fail on CRDB

This commit is contained in:
Daniele Varrazzo 2020-08-24 23:41:49 +01:00
parent d76b9e2601
commit 7acf592d07

View File

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