Bug 537641 - The junit test ProgrammaticOpenTest.testEvaluateWith in
org.eclipse.ui.tests.navigator fails on mac

This patch disables this test on Mac

Change-Id: Icbba587ddc0db624d1195b9b1776d5ca9f65d44f
Signed-off-by: Kalyan Prasad Tatavarthi <kalyan_prasad@in.ibm.com>
diff --git a/tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/ProgrammaticOpenTest.java b/tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/ProgrammaticOpenTest.java
index bf107c5..e9cc0ca 100644
--- a/tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/ProgrammaticOpenTest.java
+++ b/tests/org.eclipse.ui.tests.navigator/src/org/eclipse/ui/tests/navigator/ProgrammaticOpenTest.java
@@ -16,10 +16,12 @@
 
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertTrue;
+import static org.junit.Assume.assumeFalse;
 
 import java.util.Iterator;
 import java.util.Map;
 
+import org.eclipse.core.runtime.Platform;
 import org.eclipse.jface.viewers.StructuredSelection;
 import org.eclipse.swt.widgets.TreeItem;
 import org.eclipse.ui.navigator.INavigatorContentDescriptor;
@@ -154,6 +156,8 @@
 	// bug 296728 expression evaluation does not support with
 	@Test
 	public void testEvaluateWith() throws Exception {
+		assumeFalse("Test fails on Mac: Bug 537641", Platform.OS_MACOSX.equals(Platform.getOS()));
+
 		_contentService.bindExtensions(new String[] { COMMON_NAVIGATOR_RESOURCE_EXT,
 				TEST_CONTENT_WITH, }, false);
 		_contentService.getActivationService().activateExtensions(