From ef678077bf15bd447ed36667aadbddcdc4b4b6be Mon Sep 17 00:00:00 2001 From: Thomas Faber Date: Thu, 20 Feb 2014 19:26:24 +0000 Subject: [PATCH] [KMTESTS] - Disable Example test since it has intentional failures. Dedicated to Christoph svn path=/trunk/; revision=62265 --- rostests/kmtests/kmtest/testlist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rostests/kmtests/kmtest/testlist.c b/rostests/kmtests/kmtest/testlist.c index f8718d207e6..c12fa11495e 100644 --- a/rostests/kmtests/kmtest/testlist.c +++ b/rostests/kmtests/kmtest/testlist.c @@ -21,7 +21,7 @@ KMT_TESTFUNC Test_RtlUnicodeString; /* 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 },