Skip to content

Commit 161e685

Browse files
committed
Fix Gaussdb enable_extension!=true
1 parent 122411d commit 161e685

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_codecs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1204,6 +1204,7 @@ async def test_extra_codec_alias(self):
12041204
DROP DOMAIN my_dec_t;
12051205
''')
12061206

1207+
@unittest.skip('GaussDB enable_extension!=true')
12071208
async def test_custom_codec_text(self):
12081209
"""Test encoding/decoding using a custom codec in text mode.
12091210
GaussDB hstore extension is in pg_catalog schema,
@@ -1266,6 +1267,7 @@ def hstore_encoder(obj):
12661267
# ''')
12671268
pass
12681269

1270+
@unittest.skip('GaussDB enable_extension!=true')
12691271
async def test_custom_codec_binary(self):
12701272
"""Test encoding/decoding using a custom codec in binary mode.
12711273
GaussDB hstore extension is in pg_catalog schema,

0 commit comments

Comments
 (0)