[KMTESTS]
authorThomas Faber <thomas.faber@reactos.org>
Thu, 20 Feb 2014 19:26:24 +0000 (19:26 +0000)
committerThomas Faber <thomas.faber@reactos.org>
Thu, 20 Feb 2014 19:26:24 +0000 (19:26 +0000)
- Disable Example test since it has intentional failures. Dedicated to Christoph

svn path=/trunk/; revision=62265

rostests/kmtests/kmtest/testlist.c

index f8718d2..c12fa11 100644 (file)
@@ -21,7 +21,7 @@ KMT_TESTFUNC Test_RtlUnicodeString;
 /* tests with a leading '-' will not be listed */
 const KMT_TEST TestList[] =
 {
 /* 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 },
     { "FindFile",           Test_FindFile },
     { "IoDeviceObject",     Test_IoDeviceObject },
     { "RtlAvlTree",         Test_RtlAvlTree },