temporarily disable kernel32:pipe tests.
authorSylvain Petreolle <spetreolle@yahoo.fr>
Mon, 24 Aug 2009 12:57:34 +0000 (12:57 +0000)
committerSylvain Petreolle <spetreolle@yahoo.fr>
Mon, 24 Aug 2009 12:57:34 +0000 (12:57 +0000)
the testing process seems to go further if this test crashes,
looking at testman output.

svn path=/trunk/; revision=42912

rostests/winetests/kernel32/testlist.c

index 3dd54af..e271b67 100755 (executable)
@@ -64,7 +64,7 @@ const struct test winetest_testlist[] =
     { "module", func_module },
     { "mailslot", func_mailslot },
     { "path", func_path },
-    { "pipe", func_pipe },
+    //{ "pipe", func_pipe },
     { "process", func_process },
     { "profile", func_profile },
     { "resource", func_resource },