tillrohrmann commented on a change in pull request #18083:
URL: https://github.com/apache/flink/pull/18083#discussion_r785029345



##########
File path: 
flink-runtime/src/test/java/org/apache/flink/runtime/util/JvmExitOnFatalErrorTest.java
##########
@@ -95,12 +94,14 @@
     @Test
     public void testExitJvmOnOutOfMemory() throws Exception {
         // this test works only on linux
-        assumeTrue(OperatingSystem.isLinux());
+        //        assumeTrue(OperatingSystem.isLinux());

Review comment:
       Yes, definitely. Good catch!




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