Skip to content

Commit 6e47773

Browse files
author
priya
committed
Fix for junit failure while using with --early-exit FIX #485
1 parent 69bfca8 commit 6e47773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

radish/extensions/junit_xml_writer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def generate_junit_xml(self, features, marker):
127127
if not scenario.has_to_run(world.config.scenarios):
128128
continue
129129

130-
if scenario.state in [
130+
if scenario.state not in [
131131
Step.State.UNTESTED,
132132
Step.State.PENDING,
133133
Step.State.SKIPPED,

0 commit comments

Comments
 (0)