From 0bb578dc35152dce33ba878c47fbe55cf7394a13 Mon Sep 17 00:00:00 2001 From: Shrikant Tudavekar Date: Wed, 23 Aug 2017 11:13:43 -0500 Subject: [PATCH] disable the combination of st-iar-mesh example We have seen inconsistent failure for above combination disabling it for now. will enable when we update to IAR 8.XX --- tools/test/examples/examples.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tools/test/examples/examples.json b/tools/test/examples/examples.json index 884dd8e22bb..ed46775f8ba 100644 --- a/tools/test/examples/examples.json +++ b/tools/test/examples/examples.json @@ -54,10 +54,7 @@ ], "test-repo-source": "github", "features" : [], - "targets" : ["DISCO_F469NI", "DISCO_F746NG", "K64F", "K66F", - "NUCLEO_F429ZI", "NUCLEO_F439ZI", "NUCLEO_F746ZG", - "NUCLEO_F756ZG", "NUCLEO_F767ZI", - "NUMAKER_PFM_NUC472", "UBLOX_EVK_ODIN_W2"], + "targets" : ["K64F", "K66F","NUMAKER_PFM_NUC472", "UBLOX_EVK_ODIN_W2"], "toolchains" : [], "exporters": [], "compile" : true,