mirror of
https://github.com/reactos/reactos.git
synced 2025-01-07 14:51:00 +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 */
|
/* tests with a leading '-' will not be listed */
|
||||||
const KMT_TEST TestList[] =
|
const KMT_TEST TestList[] =
|
||||||
{
|
{
|
||||||
{ "Example", Test_Example },
|
{ "-Example", Test_Example },
|
||||||
{ "FindFile", Test_FindFile },
|
{ "FindFile", Test_FindFile },
|
||||||
{ "IoDeviceObject", Test_IoDeviceObject },
|
{ "IoDeviceObject", Test_IoDeviceObject },
|
||||||
{ "RtlAvlTree", Test_RtlAvlTree },
|
{ "RtlAvlTree", Test_RtlAvlTree },
|
||||||
|
|
Loading…
Reference in a new issue