summaryrefslogtreecommitdiff
path: root/tests/test_sql.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_sql.py')
-rwxr-xr-xtests/test_sql.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_sql.py b/tests/test_sql.py
index 8a732fe..7818ee8 100755
--- a/tests/test_sql.py
+++ b/tests/test_sql.py
@@ -152,7 +152,7 @@ class SqlFormatTests(ConnectingTestCase):
self.assertEqual(cur.fetchall(),
[(10, 'a', 'b', 'c'), (20, 'd', 'e', 'f')])
- @skip_if_crdb
+ @skip_if_crdb("copy")
@skip_copy_if_green
@skip_before_postgres(8, 2)
def test_copy(self):