kopia lustrzana https://github.com/glidernet/python-ogn-client
Skip live parsing test case
rodzic
23416269cb
commit
339387bb78
|
@ -121,6 +121,7 @@ class AprsClientTest(unittest.TestCase):
|
|||
client.run(callback=mock_callback, autoreconnect=True)
|
||||
self.assertEqual(mock_callback.call_count, 1)
|
||||
|
||||
@unittest.skip("Too much invalid APRS data on the live feed")
|
||||
def test_50_live_messages(self):
|
||||
print("Enter")
|
||||
self.remaining_messages = 50
|
||||
|
|
Ładowanie…
Reference in New Issue