Skip to content

Commit 6b222fb

Browse files
committed
[SHELL32_APITEST] Comment out OpenAs_RunDLL test
This test hangs on Windows 2003 and breaks testing on Windows 2003 x64.
1 parent 8029339 commit 6b222fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/rostests/apitests/shell32/testlist.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const struct test winetest_testlist[] =
8181
{ "Int64ToString", func_Int64ToString },
8282
{ "IShellFolderViewCB", func_IShellFolderViewCB },
8383
{ "menu", func_menu },
84-
{ "OpenAs_RunDLL", func_OpenAs_RunDLL },
84+
//{ "OpenAs_RunDLL", func_OpenAs_RunDLL }, // Test hangs on Win 2003
8585
{ "PathIsEqualOrSubFolder", func_PathIsEqualOrSubFolder },
8686
{ "PathIsTemporary", func_PathIsTemporary },
8787
{ "PathMakeUniqueName", func_PathMakeUniqueName },

0 commit comments

Comments
 (0)