summaryrefslogtreecommitdiff
path: root/tests/test_notify.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_notify.py')
-rwxr-xr-xtests/test_notify.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_notify.py b/tests/test_notify.py
index 51865e6..ace288b 100755
--- a/tests/test_notify.py
+++ b/tests/test_notify.py
@@ -29,7 +29,7 @@ from collections import deque
import psycopg2
from psycopg2 import extensions
from psycopg2.extensions import Notify
-from .testutils import ConnectingTestCase, slow
+from .testutils import ConnectingTestCase, skip_if_crdb, slow
from .testconfig import dsn
import sys
@@ -38,6 +38,7 @@ import select
from subprocess import Popen, PIPE
+@skip_if_crdb
class NotifiesTests(ConnectingTestCase):
def autocommit(self, conn):