[GDI32_APITEST]

Disable the 7.5 million tests, that make our testbot print failure message forever.

svn path=/trunk/; revision=67043
This commit is contained in:
Timo Kreuzer 2015-04-04 13:35:19 +00:00
parent f7f6d79a8d
commit 462b429d45

View file

@ -538,6 +538,6 @@ void Test_ExtCreatePen_Params2()
START_TEST(ExtCreatePen)
{
Test_ExtCreatePen_Params();
Test_ExtCreatePen_Params2();
//Test_ExtCreatePen_Params2();
}