This is an automated email from the ASF dual-hosted git repository.

leerho pushed a commit to branch ToMain
in repository https://gitbox.apache.org/repos/asf/datasketches-memory.git


The following commit(s) were added to refs/heads/ToMain by this push:
     new c0754763 Update @BeforeSuite
c0754763 is described below

commit c0754763be72b0bddcd7921344f97d4f5a6b932b
Author: Lee Rhodes <[email protected]>
AuthorDate: Mon Feb 23 13:26:35 2026 -0800

    Update @BeforeSuite
---
 .../java/org/apache/datasketches/memory/internal/A_BeforeSuite.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/test/java/org/apache/datasketches/memory/internal/A_BeforeSuite.java 
b/src/test/java/org/apache/datasketches/memory/internal/A_BeforeSuite.java
index af16ccc3..28ecbd02 100644
--- a/src/test/java/org/apache/datasketches/memory/internal/A_BeforeSuite.java
+++ b/src/test/java/org/apache/datasketches/memory/internal/A_BeforeSuite.java
@@ -23,7 +23,7 @@ import org.testng.annotations.BeforeSuite;
 
 public class A_BeforeSuite {
 
-  @BeforeSuite
+  @BeforeSuite(alwaysRun = true)
   public void printTestEnvironment() {
     System.out.println("====================================================");
     System.out.println("TEST JDK: " + System.getProperty("java.version"));


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to