garydgregory commented on a change in pull request #784:
URL: https://github.com/apache/logging-log4j2/pull/784#discussion_r819964926



##########
File path: 
log4j-core/src/test/java/org/apache/logging/log4j/core/config/ConfigurationSourceTest.java
##########
@@ -30,4 +40,22 @@ public void testJira_LOG4J2_2770_byteArray() throws 
Exception {
         ConfigurationSource configurationSource = new ConfigurationSource(new 
ByteArrayInputStream(new byte[] { 'a', 'b' }));
         assertNotNull(configurationSource.resetInputStream());
     }
+
+    @Test
+    @EnabledOnOs({OS.LINUX, OS.AIX, OS.MAC, OS.SOLARIS})

Review comment:
       Because?




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