File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ def test_apik_beacons():
4141 _parse_valid_beacon_data_file (filename = 'OGAPIK_APIKdevice.txt' , beacon_type = 'unknown' )
4242
4343
44- @pytest .mark .skip (reason = "todo" )
4544def test_capturs_beacons ():
4645 _parse_valid_beacon_data_file (filename = 'OGCAPT_Capturs.txt' , beacon_type = 'capturs' )
4746
@@ -58,7 +57,6 @@ def test_flymaster_beacons():
5857 _parse_valid_beacon_data_file (filename = 'OGFLYM_Flymaster.txt' , beacon_type = 'flymaster' )
5958
6059
61- @pytest .mark .skip (reason = "todo" )
6260def test_inreach_beacons ():
6361 _parse_valid_beacon_data_file (filename = 'OGNINRE_InReach.txt' , beacon_type = 'inreach' )
6462
@@ -71,7 +69,6 @@ def test_naviter_beacons():
7169 _parse_valid_beacon_data_file (filename = 'OGNAVI_Naviter.txt' , beacon_type = 'naviter' )
7270
7371
74- @pytest .mark .skip (reason = "todo" )
7572def test_delay_beacons ():
7673 _parse_valid_beacon_data_file (filename = 'OGNDELAY_Delay.txt' , beacon_type = 'tracker' )
7774
You can’t perform that action at this time.
0 commit comments