Author: tkreuzer
Date: Sat Apr 4 13:35:19 2015
New Revision: 67043
URL:
http://svn.reactos.org/svn/reactos?rev=67043&view=rev
Log:
[GDI32_APITEST]
Disable the 7.5 million tests, that make our testbot print failure message forever.
Modified:
trunk/rostests/apitests/gdi32/ExtCreatePen.c
Modified: trunk/rostests/apitests/gdi32/ExtCreatePen.c
URL:
http://svn.reactos.org/svn/reactos/trunk/rostests/apitests/gdi32/ExtCreateP…
==============================================================================
--- trunk/rostests/apitests/gdi32/ExtCreatePen.c [iso-8859-1] (original)
+++ trunk/rostests/apitests/gdi32/ExtCreatePen.c [iso-8859-1] Sat Apr 4 13:35:19 2015
@@ -538,6 +538,6 @@
START_TEST(ExtCreatePen)
{
Test_ExtCreatePen_Params();
- Test_ExtCreatePen_Params2();
+ //Test_ExtCreatePen_Params2();
}