mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-07-29 09:29:46 +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
|
from .testconfig import dsn
|
||||||
import unittest
|
import unittest
|
||||||
from .testutils import ConnectingTestCase, skip_before_postgres, slow
|
from .testutils import ConnectingTestCase, skip_before_postgres, slow
|
||||||
from .testutils import skip_if_crdb
|
|
||||||
|
|
||||||
|
|
||||||
class CancelTests(ConnectingTestCase):
|
class CancelTests(ConnectingTestCase):
|
||||||
|
@ -42,8 +41,6 @@ class CancelTests(ConnectingTestCase):
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
ConnectingTestCase.setUp(self)
|
ConnectingTestCase.setUp(self)
|
||||||
|
|
||||||
skip_if_crdb("cancel", self.conn)
|
|
||||||
|
|
||||||
cur = self.conn.cursor()
|
cur = self.conn.cursor()
|
||||||
cur.execute('''
|
cur.execute('''
|
||||||
CREATE TEMPORARY TABLE table1 (
|
CREATE TEMPORARY TABLE table1 (
|
||||||
|
|
Loading…
Reference in New Issue
Block a user