Skip to content

Commit

Permalink
skip LOTW download test until LOTW is again recovered
Browse files Browse the repository at this point in the history
  • Loading branch information
dh1tw committed May 31, 2024
1 parent 5ec3461 commit 1c35363
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_lotw.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def test_check_content_with_mocked_http_server(self, httpserver):
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()
Expand Down

0 comments on commit 1c35363

Please sign in to comment.