mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Remove the cp1252 test to see if it un-breaks the Windows buildfarm runs.
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user