Skip to content

Commit 5dbde94

Browse files
authored
Fix IT run when it shouldn't
CSV and not list.
1 parent 236e1be commit 5dbde94

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,8 +387,7 @@
387387
<artifactId>maven-surefire-plugin</artifactId>
388388
<version>${maven-surefire-plugin.version}</version>
389389
<configuration>
390-
<excludedGroups>integration</excludedGroups>
391-
<excludedGroups>integration-auth</excludedGroups>
390+
<excludedGroups>integration,integration-auth</excludedGroups>
392391
</configuration>
393392
</plugin>
394393

0 commit comments

Comments
 (0)