mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2025-12-06 06:52:00 +01:00
skip LOTW download test until LOTW is again recovered
This commit is contained in:
parent
5ec3461d03
commit
1c3536396d
|
|
@ -29,6 +29,7 @@ class Test_lotw_methods:
|
|||
execfile(os.path.join(fix_dir,"lotw_fixture.py"), namespace)
|
||||
assert get_lotw_users(url=httpserver.url) == namespace['lotw_fixture']
|
||||
|
||||
@pytest.mark.skip("ARRL has been hacked in May 2024; skipping until LOTW is again up")
|
||||
def test_download_lotw_list_and_check_types(self):
|
||||
|
||||
data = get_lotw_users()
|
||||
|
|
|
|||
Loading…
Reference in a new issue