mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
15 lines
476 B
Diff
15 lines
476 B
Diff
Index: mru.c
|
|
===================================================================
|
|
--- mru.c (revision 38062)
|
|
+++ mru.c (working copy)
|
|
@@ -418,6 +418,10 @@
|
|
{
|
|
hComctl32 = GetModuleHandleA("comctl32.dll");
|
|
|
|
+ /* The registry usage here crashes the system because of broken Cm -- remove this when Cm gets fixed */
|
|
+ skip("ROS-HACK: Skipping mru tests -- Cm is broken\n");
|
|
+ return;
|
|
+
|
|
delete_reg_entries();
|
|
if (!create_reg_entries())
|
|
return;
|