Skip to content

Commit fdb7780

Browse files
committed
Update pom and @BeforeSuite test.
1 parent 3fae60d commit fdb7780

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,7 @@ under the License.
295295
<suiteXmlFile>src/test/resources/testng.xml</suiteXmlFile>
296296
</suiteXmlFiles>
297297
<perCoreThreadCount>false</perCoreThreadCount>
298-
<!--<excludedGroups>${testng.generate-java-files},${testng.check-cpp-files},${testng.check-go-files},${testng.check-cpp-historical-files}</excludedGroups>
299-
-->
298+
<excludedGroups>${testng.generate-java-files},${testng.check-cpp-files},${testng.check-go-files},${testng.check-cpp-historical-files}</excludedGroups>
300299
</configuration>
301300
</plugin>
302301

@@ -366,10 +365,6 @@ under the License.
366365
<groupId>io.github.git-commit-id</groupId>
367366
<artifactId>git-commit-id-maven-plugin</artifactId>
368367
<version>${git-commit-id-maven-plugin.version}</version>
369-
<configuration>
370-
<skip>${m2e.version}</skip>
371-
<dotGitDirectory>${project.basedir}/.git</dotGitDirectory>
372-
</configuration>
373368
</plugin>
374369

375370
<plugin>

src/test/java/org/apache/datasketches/common/A_BeforeSuite.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
public class A_BeforeSuite {
2525

26-
@BeforeSuite
26+
@BeforeSuite(alwaysRun = true)
2727
public void printTestEnvironment() {
2828
System.out.println("====================================================");
2929
System.out.println("TEST JDK: " + System.getProperty("java.version"));

0 commit comments

Comments
 (0)