Skip to content

Commit 3aa4bf8

Browse files
committed
skip old test
1 parent 48018e8 commit 3aa4bf8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/test_normalization.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,9 @@ def test_error_meta():
376376
e = ens_process('0x.0χ.0х').error
377377
assert e.general_info == 'Contains visually confusing characters from Cyrillic and Latin scripts'
378378

379+
380+
@pytest.mark.skip(reason='there are no such characters anymore')
381+
def test_error_meta_other_scripts():
379382
# unknown script for character
380383
c = chr(771)
381384
e: CurableSequence = ens_process(f'bitcoin.bitcin.bi̇tcin.bitсin{c}').error

0 commit comments

Comments
 (0)