Skip to content

Commit bed036f

Browse files
committed
Add a missing @skip_postgresql
1 parent 527d7ea commit bed036f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_indexer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -734,6 +734,7 @@ def test_query_errors(self):
734734
error = 'Query error: syntax error near "^"'
735735
self.assertEqual(str(ctx.exception), error)
736736

737+
@skip_postgresql
737738
def testNullChar(self):
738739
"""Test with null char in string. FTS will throw
739740
an error on null.

0 commit comments

Comments
 (0)