mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-07-28 17:10:05 +03:00
Test commit: will fail on CRDB
This commit is contained in:
parent
d76b9e2601
commit
7acf592d07
|
@ -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 (
|
||||
|
|
Loading…
Reference in New Issue
Block a user