Skip to content

Commit 6cdd47c

Browse files
authored
Merge pull request #1578 from cloudsufi/RemovingVerifyTag
Removing verify tag
2 parents 2a0ec6d + 83a9b1c commit 6cdd47c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1233,7 +1233,8 @@
12331233
<execution>
12341234
<goals>
12351235
<goal>integration-test</goal>
1236-
<goal>verify</goal>
1236+
<!-- Commented out verify goal to allow Cucumber reports to generate correctly even when tests fail -->
1237+
<!-- <goal>verify</goal> -->
12371238
</goals>
12381239
</execution>
12391240
</executions>

0 commit comments

Comments
 (0)