olamy commented on code in PR #451:
URL: 
https://github.com/apache/maven-build-cache-extension/pull/451#discussion_r2780984911


##########
src/test/java/org/apache/maven/buildcache/CacheUtilsPermissionsTest.java:
##########
@@ -154,6 +154,37 @@ void testPermissionsDoNotAffectHashWhenDisabled() throws 
IOException {
                         + "Files should use system default permissions 
(umask).");
     }
 
+    @Test
+    void testPermissionsAreRestoredOnUnzip() throws Exception {
+        // Skip test on non-POSIX filesystems (e.g., Windows)
+        if 
(!tempDir.getFileSystem().supportedFileAttributeViews().contains("posix")) {

Review Comment:
   done here https://github.com/apache/maven-build-cache-extension/pull/454



-- 
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: [email protected]

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

Reply via email to