Skip to content

Commit

Permalink
Update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Nov 8, 2024
1 parent 06b5c6a commit cd3f42c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions example-testng-fork-execution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M4</version>
<version>3.5.1</version>
<configuration>
<forkCount>2</forkCount>
<reuseForks>false</reuseForks>
Expand All @@ -65,12 +65,6 @@
<suiteXmlFile>suites/logging_tests.xml</suiteXmlFile>
<suiteXmlFile>suites/logging_xml_tests.xml</suiteXmlFile>
</suiteXmlFiles>
<!-- <properties>-->
<!-- <property>-->
<!-- <name>listener</name>-->
<!-- <value>com.epam.reportportal.testng.ReportPortalTestNGListener</value>-->
<!-- </property>-->
<!-- </properties>-->
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit cd3f42c

Please sign in to comment.