From d70302a9f7afc86db1d64f9d730e70764709a41e Mon Sep 17 00:00:00 2001 From: Nick Bofferding Date: Wed, 31 Oct 2018 16:31:15 -0500 Subject: Disable synchronization tests Synchonization tests were recently re-enabled, causing CI instability. This re-disables the testcases until they can be made to work properly. Change-Id: I03f7df90c1548554ad8f293d10df5f9cdd117456 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/68240 Reviewed-by: Christian R. Geddes Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Matthew Raybuck Reviewed-by: William G. Hoffa --- src/usr/testcore/lib/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/usr/testcore/lib/makefile') diff --git a/src/usr/testcore/lib/makefile b/src/usr/testcore/lib/makefile index ce80dc0df..9bf180042 100644 --- a/src/usr/testcore/lib/makefile +++ b/src/usr/testcore/lib/makefile @@ -28,7 +28,7 @@ MODULE = testsyslib #@TODO-RTC:151185-Turn enable all test cases #TESTS = *.H TESTS = stltest.H -TESTS += synctest.H +#TESTS += synctest.H SUBDIRS += runtime.d -- cgit v1.2.1