mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-03 12:10:55 -06:00
Remove the cp1252 test to see if it un-breaks the Windows buildfarm runs.
This commit is contained in:
parent
7a271a34c6
commit
ce5120431b
@ -108,13 +108,6 @@ class TestEncodingCharset(BaseTestGenerator):
|
||||
lc_collate='C',
|
||||
test_str='ЖИЙЮ'
|
||||
)),
|
||||
(
|
||||
'With Encoding WIN1252',
|
||||
dict(
|
||||
db_encoding='WIN1252',
|
||||
lc_collate='C',
|
||||
test_str='ÆØÙü'
|
||||
)),
|
||||
(
|
||||
'With Encoding WIN1253',
|
||||
dict(
|
||||
|
Loading…
Reference in New Issue
Block a user