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 authored and RytoEX committed May 8, 2024
1 parent 3e3bd93 commit c855fac
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 c855fac

Please sign in to comment.