Skip to content

Commit 339387b

Browse files
Skip live parsing test case
1 parent 2341626 commit 339387b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/client/test_AprsClient.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ def test_reset_kill_reconnect(self):
121121
client.run(callback=mock_callback, autoreconnect=True)
122122
self.assertEqual(mock_callback.call_count, 1)
123123

124+
@unittest.skip("Too much invalid APRS data on the live feed")
124125
def test_50_live_messages(self):
125126
print("Enter")
126127
self.remaining_messages = 50

0 commit comments

Comments
 (0)