Author: tfaber Date: Thu Feb 20 19:26:24 2014 New Revision: 62265
URL: http://svn.reactos.org/svn/reactos?rev=62265&view=rev Log: [KMTESTS] - Disable Example test since it has intentional failures. Dedicated to Christoph
Modified: trunk/rostests/kmtests/kmtest/testlist.c
Modified: trunk/rostests/kmtests/kmtest/testlist.c URL: http://svn.reactos.org/svn/reactos/trunk/rostests/kmtests/kmtest/testlist.c?... ============================================================================== --- trunk/rostests/kmtests/kmtest/testlist.c [iso-8859-1] (original) +++ trunk/rostests/kmtests/kmtest/testlist.c [iso-8859-1] Thu Feb 20 19:26:24 2014 @@ -21,7 +21,7 @@ /* tests with a leading '-' will not be listed */ const KMT_TEST TestList[] = { - { "Example", Test_Example }, + { "-Example", Test_Example }, { "FindFile", Test_FindFile }, { "IoDeviceObject", Test_IoDeviceObject }, { "RtlAvlTree", Test_RtlAvlTree },