disabled broken integ tests

This commit is contained in:
Nick Bolton 2012-10-29 14:15:14 +00:00
parent bdb0e6667a
commit 21b02d708f
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,8 @@
#include "CEventQueue.h"
#include "CArch.h"
// disabling these tests - the return value of CGCursorIsVisible is unreliable.
/*
TEST(COSXScreenTests, hideCursor_notPrimary)
{
CEventQueue queue;
@ -47,3 +49,4 @@ TEST(COSXScreenTests, showCursor_notPrimary)
// workaround for screen class race condition.
ARCH->sleep(.1f);
}
*/