Skip to content

Commit

Permalink
network: Ignore autoconfig when checking for dropped frames
Browse files Browse the repository at this point in the history
  • Loading branch information
Penwy committed Apr 30, 2024
1 parent 4a0b2c7 commit a352da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checks/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


def checkDrop(lines):
drops = search('insufficient bandwidth', lines)
drops = searchExclude('insufficient bandwidth', lines, ['test_stream'])
val = 0
severity = 9000
for drop in drops:
Expand Down

0 comments on commit a352da6

Please sign in to comment.