mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 05:20:54 +00:00
[KMTESTS]
- Disable Example test since it has intentional failures. Dedicated to Christoph svn path=/trunk/; revision=62265
This commit is contained in:
parent
2dd48fec56
commit
ef678077bf
1 changed files with 1 additions and 1 deletions
|
@ -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 },
|
||||
|
|
Loading…
Reference in a new issue