mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 06:45:43 +02:00
Mark test as failing until 171708 is fixed
This commit is contained in:
parent
22d4aeede2
commit
5af2db4d4c
1 changed files with 1 additions and 2 deletions
|
@ -31,9 +31,8 @@ public class CompletionTest_SingleName_Prefix extends CompletionProposalsBaseTe
|
||||||
|
|
||||||
public CompletionTest_SingleName_Prefix(String name) {
|
public CompletionTest_SingleName_Prefix(String name) {
|
||||||
super(name);
|
super(name);
|
||||||
// https://bugs.eclipse.org/bugs/show_bug.cgi?id=169860
|
|
||||||
// see https://bugs.eclipse.org/bugs/show_bug.cgi?id=171708
|
// see https://bugs.eclipse.org/bugs/show_bug.cgi?id=171708
|
||||||
// setExpectFailure(171708);
|
setExpectFailure(171708);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static Test suite() {
|
public static Test suite() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue