Skip to content

Commit a587381

Browse files
committed
Remove not run
1 parent f632c8e commit a587381

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

robotframework_reportportal/listener.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -344,9 +344,6 @@ def _process_keyword_skip(self):
344344
if "PASSED" == pattern_str_upper:
345345
self._remove_data_passed_tests = True
346346
break
347-
if pattern_str_upper in {"NOT_RUN", "NOTRUN", "NOT RUN"}:
348-
self._keyword_filters.append(_KeywordStatusEqual("NOT RUN"))
349-
continue
350347
if pattern_str_upper in {"FOR", "WHILE", "WUKS"}:
351348
if pattern_str_upper == "WUKS":
352349
self._keyword_filters.append(WKUS_KEYWORD_MATCH)

0 commit comments

Comments
 (0)