build: Disable resource-container unittests
authorPhilippe Coval <philippe.coval@osg.samsung.com>
Wed, 11 Jan 2017 13:21:38 +0000 (14:21 +0100)
committerRick Bell <richard.s.bell@intel.com>
Thu, 2 Feb 2017 19:29:34 +0000 (19:29 +0000)
This test is unstable on jenkins, let's disable it

This reverts commit 7dda698e3b7569eeb9189c33d5cc4805b825f768.

Change-Id: I513c720faa2ba371d2909b3bc364bdd969642f58
Bug: https://jira.iotivity.org/browse/IOT-1684
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/16321
Tested-by: jenkins-iotivity <jenkins@iotivity.org>
Reviewed-by: George Nash <george.nash@intel.com>
Reviewed-by: Rick Bell <richard.s.bell@intel.com>
service/resource-container/unittests/SConscript

index 992243e..6245c77 100644 (file)
@@ -182,7 +182,7 @@ Ignore("./TestBundleJava/hue-0.1-jar-with-dependencies.jar", "./TestBundleJava/h
 
 # TODO: fix this test and edit commented lines
 if container_gtest_env.get('TEST') == '1':
-    if target_os in ['linux'] and container_gtest_env.get('SECURED') != '1':
+    if target_os in ['TODO/linux'] and container_gtest_env.get('SECURED') != '1':
         from tools.scons.RunTest import run_test
         run_test(container_gtest_env,
 #                'service_resource-container_unittests_container_test.memcheck',