From 1c3536396d9f80eaa85e301f8ced2c54d53eb50d Mon Sep 17 00:00:00 2001 From: "Tobias Wellnitz, DH1TW" Date: Sat, 1 Jun 2024 00:39:04 +0200 Subject: [PATCH] skip LOTW download test until LOTW is again recovered --- test/test_lotw.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_lotw.py b/test/test_lotw.py index afd676c..5e541c4 100644 --- a/test/test_lotw.py +++ b/test/test_lotw.py @@ -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()