We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d99e36 commit cbfb02dCopy full SHA for cbfb02d
1 file changed
tests/common/plugins/loganalyzer/__init__.py
@@ -27,5 +27,7 @@ def loganalyzer(duthost, request):
27
loganalyzer.load_common_config()
28
29
yield loganalyzer
30
-
+ # Skip LogAnalyzer if case is skipped
31
+ if request.node.rep_call.skipped:
32
+ return
33
loganalyzer.analyze(marker)
0 commit comments