diff --git a/tests/parser/test_parse.py b/tests/parser/test_parse.py index 6a19603..203009a 100644 --- a/tests/parser/test_parse.py +++ b/tests/parser/test_parse.py @@ -41,7 +41,6 @@ def test_apik_beacons(): _parse_valid_beacon_data_file(filename='OGAPIK_APIKdevice.txt', beacon_type='unknown') -@pytest.mark.skip(reason="todo") def test_capturs_beacons(): _parse_valid_beacon_data_file(filename='OGCAPT_Capturs.txt', beacon_type='capturs') @@ -58,7 +57,6 @@ def test_flymaster_beacons(): _parse_valid_beacon_data_file(filename='OGFLYM_Flymaster.txt', beacon_type='flymaster') -@pytest.mark.skip(reason="todo") def test_inreach_beacons(): _parse_valid_beacon_data_file(filename='OGNINRE_InReach.txt', beacon_type='inreach') @@ -71,7 +69,6 @@ def test_naviter_beacons(): _parse_valid_beacon_data_file(filename='OGNAVI_Naviter.txt', beacon_type='naviter') -@pytest.mark.skip(reason="todo") def test_delay_beacons(): _parse_valid_beacon_data_file(filename='OGNDELAY_Delay.txt', beacon_type='tracker')