theobisproject commented on a change in pull request #153:
URL: https://github.com/apache/commons-compress/pull/153#discussion_r531664095



##########
File path: 
src/test/java/org/apache/commons/compress/archivers/tar/SparseFilesTest.java
##########
@@ -73,54 +75,57 @@ public void testPaxGNU() throws Throwable {
 
     @Test
     public void testExtractSparseTarsOnWindows() throws IOException {
-        if (!isOnWindows) {
-            return;
-        }
+        assumeTrue(isOnWindows);

Review comment:
       Good idea. I added the messages everywhere




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to