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

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-net.git


The following commit(s) were added to refs/heads/master by this push:
     new 5536b1bf No RAT
5536b1bf is described below

commit 5536b1bf8ddfb6d23f8ec7aa97424dc46f906b69
Author: Sebb <[email protected]>
AuthorDate: Tue May 7 00:33:01 2024 +0100

    No RAT
---
 .github/workflows/maven_adhoc.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven_adhoc.yml 
b/.github/workflows/maven_adhoc.yml
index 4d54a09e..6e1ac4be 100644
--- a/.github/workflows/maven_adhoc.yml
+++ b/.github/workflows/maven_adhoc.yml
@@ -61,9 +61,9 @@ jobs:
 
         }
         EOD
-        mvn -V --batch-mode --file pom.xml --no-transfer-progress test 
-Dtest=FTPTimestampNET710Test
+        mvn -V --batch-mode --file pom.xml --no-transfer-progress test 
-Dtest=FTPTimestampNET710Test -Drat.skip
         git co rel/commons-net-3.8.0
-        mvn -V --batch-mode --file pom.xml --no-transfer-progress test 
-Dtest=FTPTimestampNET710Test
+        mvn -V --batch-mode --file pom.xml --no-transfer-progress test 
-Dtest=FTPTimestampNET710Test -Drat.skip
     # - name: Look for deletefile failures
     #   run: |
     #     mvn -V --batch-mode --file pom.xml --no-transfer-progress test 
-Dtest=TFTPServerPathTest

Reply via email to