diff test/test_indexer.py @ 7072:890b8f4ff38e

Add a missing @skip_postgresql
author Ralf Schlatterbeck <rsc@runtux.com>
date Thu, 24 Nov 2022 10:41:54 +0100
parents c6b2534a58a9
children 67e7225c4343
line wrap: on
line diff
--- a/test/test_indexer.py	Thu Nov 24 10:30:23 2022 +0100
+++ b/test/test_indexer.py	Thu Nov 24 10:41:54 2022 +0100
@@ -734,6 +734,7 @@
         error = 'Query error: syntax error near "^"'
         self.assertEqual(str(ctx.exception), error)
 
+    @skip_postgresql
     def testNullChar(self):
        """Test with null char in string. FTS will throw
           an error on null.

Roundup Issue Tracker: http://roundup-tracker.org/