mirror of
https://github.com/reactos/reactos.git
synced 2025-06-19 12:05:23 +00:00
temporarily disable kernel32:pipe tests.
the testing process seems to go further if this test crashes, looking at testman output. svn path=/trunk/; revision=42912
This commit is contained in:
parent
694741e9f9
commit
ae0ddccd63
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ const struct test winetest_testlist[] =
|
||||||
{ "module", func_module },
|
{ "module", func_module },
|
||||||
{ "mailslot", func_mailslot },
|
{ "mailslot", func_mailslot },
|
||||||
{ "path", func_path },
|
{ "path", func_path },
|
||||||
{ "pipe", func_pipe },
|
//{ "pipe", func_pipe },
|
||||||
{ "process", func_process },
|
{ "process", func_process },
|
||||||
{ "profile", func_profile },
|
{ "profile", func_profile },
|
||||||
{ "resource", func_resource },
|
{ "resource", func_resource },
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue