diff --git a/debug/org.eclipse.cdt.debug.application.tests/src/org/eclipse/cdt/debug/application/tests/StandaloneTest1.java b/debug/org.eclipse.cdt.debug.application.tests/src/org/eclipse/cdt/debug/application/tests/StandaloneTest1.java index 2fe1ecd2dfb..805b9a11ff7 100644 --- a/debug/org.eclipse.cdt.debug.application.tests/src/org/eclipse/cdt/debug/application/tests/StandaloneTest1.java +++ b/debug/org.eclipse.cdt.debug.application.tests/src/org/eclipse/cdt/debug/application/tests/StandaloneTest1.java @@ -26,6 +26,7 @@ import org.eclipse.swtbot.swt.finder.widgets.TimeoutException; import org.hamcrest.Matcher; import org.junit.AfterClass; import org.junit.BeforeClass; +import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; @@ -40,6 +41,7 @@ public class StandaloneTest1 extends StandaloneTest { } @Test + @Ignore public void Test1() throws Exception { // Verify the top-level menus are there SWTBotMenu fileMenu = mainShell.menu().menu("File");