Переглянути джерело

OS: 17366304: Disable MemoryPolicyTest_ContextLeak1 due to early termination of NativeTests

Tom Care 7 роки тому
батько
коміт
110cbd9f00
1 змінених файлів з 5 додано та 4 видалено
  1. 5 4
      bin/NativeTests/MemoryPolicyTest.cpp

+ 5 - 4
bin/NativeTests/MemoryPolicyTest.cpp

@@ -271,8 +271,9 @@ namespace MemoryPolicyTests
         REQUIRE(JsDisposeRuntime(jsRuntime) == JsNoError);
     }
 
-    TEST_CASE("MemoryPolicyTest_ContextLeak1", "[ContextLeak1]")
-    {
-        ContextLeak1();
-    }
+    // Disabled due to the test terminating the process early. See OS: 17366304
+    //TEST_CASE("MemoryPolicyTest_ContextLeak1", "[ContextLeak1]")
+    //{
+    //    ContextLeak1();
+    //}
 }