From 7acf592d070ac413bc4c2eb7ad86aab89675fe7c Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Mon, 24 Aug 2020 23:41:49 +0100 Subject: [PATCH] Test commit: will fail on CRDB --- tests/test_cancel.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/test_cancel.py b/tests/test_cancel.py index de8af900..f5e51f3c 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 (