From: Timo Kreuzer Date: Sat, 4 Apr 2015 13:35:19 +0000 (+0000) Subject: [GDI32_APITEST] X-Git-Tag: backups/colins-printing-for-freedom@73041~569 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=462b429d45a25708904dc8693892724f5f9c77f9 [GDI32_APITEST] Disable the 7.5 million tests, that make our testbot print failure message forever. svn path=/trunk/; revision=67043 --- diff --git a/rostests/apitests/gdi32/ExtCreatePen.c b/rostests/apitests/gdi32/ExtCreatePen.c index 1876cb82de8..5901194faa5 100644 --- a/rostests/apitests/gdi32/ExtCreatePen.c +++ b/rostests/apitests/gdi32/ExtCreatePen.c @@ -538,6 +538,6 @@ void Test_ExtCreatePen_Params2() START_TEST(ExtCreatePen) { Test_ExtCreatePen_Params(); - Test_ExtCreatePen_Params2(); + //Test_ExtCreatePen_Params2(); }