From df26b628b7e7fbca3508849faee3b951c1a5d467 Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Wed, 19 Apr 2017 13:09:26 +0100 Subject: [PATCH] Bug 515417: Disable intermittent testTypes_FriendClass Manually testing this code shows it works, but this test fails >50% of the time on Hudson causing significant numbers of UNSTABLE builds. Change-Id: Ie23e97e477d9b154ff33b38374bd257412241889 --- .../cdt/ui/tests/text/contentassist2/CompletionTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.ui.tests/ui/org/eclipse/cdt/ui/tests/text/contentassist2/CompletionTests.java b/core/org.eclipse.cdt.ui.tests/ui/org/eclipse/cdt/ui/tests/text/contentassist2/CompletionTests.java index 5332a111334..3917fbb4ae0 100644 --- a/core/org.eclipse.cdt.ui.tests/ui/org/eclipse/cdt/ui/tests/text/contentassist2/CompletionTests.java +++ b/core/org.eclipse.cdt.ui.tests/ui/org/eclipse/cdt/ui/tests/text/contentassist2/CompletionTests.java @@ -220,7 +220,7 @@ public class CompletionTests extends CompletionTestBase { } //class _friend_class { C3* x; void m() {x->m/*cursor*/ - public void testTypes_FriendClass() throws Exception { + public void DISABLED_Bug_515417_testTypes_FriendClass() throws Exception { final String[] expected= { "m123(void)", "m12(void)", "m13(void)", "m23(void)", "m1protected(void)", "m2protected(void)", "m2private(void)"