disabled broken integ tests
This commit is contained in:
parent
bdb0e6667a
commit
21b02d708f
|
@ -22,6 +22,8 @@
|
||||||
#include "CEventQueue.h"
|
#include "CEventQueue.h"
|
||||||
#include "CArch.h"
|
#include "CArch.h"
|
||||||
|
|
||||||
|
// disabling these tests - the return value of CGCursorIsVisible is unreliable.
|
||||||
|
/*
|
||||||
TEST(COSXScreenTests, hideCursor_notPrimary)
|
TEST(COSXScreenTests, hideCursor_notPrimary)
|
||||||
{
|
{
|
||||||
CEventQueue queue;
|
CEventQueue queue;
|
||||||
|
@ -47,3 +49,4 @@ TEST(COSXScreenTests, showCursor_notPrimary)
|
||||||
// workaround for screen class race condition.
|
// workaround for screen class race condition.
|
||||||
ARCH->sleep(.1f);
|
ARCH->sleep(.1f);
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
Loading…
Reference in New Issue