Skip to content

Commit

Permalink
skip old test
Browse files Browse the repository at this point in the history
  • Loading branch information
Carbon225 committed Sep 17, 2024
1 parent 48018e8 commit 3aa4bf8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_normalization.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,9 @@ def test_error_meta():
e = ens_process('0x.0χ.0х').error
assert e.general_info == 'Contains visually confusing characters from Cyrillic and Latin scripts'


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

0 comments on commit 3aa4bf8

Please sign in to comment.