From 9cc7f9515d50ae142fa2ab84b256195463941015 Mon Sep 17 00:00:00 2001 From: kvikrambhat Date: Fri, 15 Jul 2022 13:58:56 +0530 Subject: [PATCH] 1.Disabled test 'Test_TC_APPLAUNCHER_3_7' on darwin. --- examples/darwin-framework-tool/templates/tests/tests.js | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/darwin-framework-tool/templates/tests/tests.js b/examples/darwin-framework-tool/templates/tests/tests.js index 7da417d0de313b..4208358238e692 100644 --- a/examples/darwin-framework-tool/templates/tests/tests.js +++ b/examples/darwin-framework-tool/templates/tests/tests.js @@ -70,6 +70,7 @@ function getTests() { //tests.disable('Test_TC_CC_9_3'); // TODO: Test_TC_MC_3_7 does not work on Darwin for now. + tests.disable('Test_TC_APPLAUNCHER_1_3'); tests.disable('Test_TC_APPLAUNCHER_3_7'); // TODO: Test_TC_MC_3_8 does not work on Darwin for now.