From 21b02d708f7c832e87602c6ebc63b38fe79df771 Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Mon, 29 Oct 2012 14:15:14 +0000 Subject: [PATCH] disabled broken integ tests --- src/test/integtests/platform/COSXScreenTests.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/test/integtests/platform/COSXScreenTests.cpp b/src/test/integtests/platform/COSXScreenTests.cpp index a2998381..8c75d2e6 100644 --- a/src/test/integtests/platform/COSXScreenTests.cpp +++ b/src/test/integtests/platform/COSXScreenTests.cpp @@ -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); } +*/