You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2022/12/29 20:40:47 UTC

[GitHub] [commons-compress] garydgregory commented on a diff in pull request #346: Use JUnit 5 assertions in JUnit 5 tests instead of JUnit 4 classes

garydgregory commented on code in PR #346:
URL: https://github.com/apache/commons-compress/pull/346#discussion_r1059140981


##########
src/test/java/org/apache/commons/compress/archivers/tar/SparseFilesTest.java:
##########
@@ -119,9 +120,8 @@ private String getTarBinaryHelp() throws IOException {
     }
 
     @Test
+    @DisabledOnOs(OS.WINDOWS)

Review Comment:
   Why would we disable a test that is passing?



-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@commons.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org