mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Disabled a flaky test.
This commit is contained in:
parent
690fc119bb
commit
b235e472b5
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (c) 2009 Wind River Systems, Inc. and others.
|
* Copyright (c) 2009, 2014 Wind River Systems, Inc. and others.
|
||||||
* All rights reserved. This program and the accompanying materials
|
* All rights reserved. This program and the accompanying materials
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
* which accompanies this distribution, and is available at
|
* which accompanies this distribution, and is available at
|
||||||
|
@ -16,6 +16,7 @@ public class IndexCPPBindingResolutionBugsSingleProjectFirstAST extends IndexCPP
|
||||||
public IndexCPPBindingResolutionBugsSingleProjectFirstAST() {
|
public IndexCPPBindingResolutionBugsSingleProjectFirstAST() {
|
||||||
setStrategy(new SinglePDOMTestFirstASTStrategy(true));
|
setStrategy(new SinglePDOMTestFirstASTStrategy(true));
|
||||||
}
|
}
|
||||||
|
|
||||||
public static TestSuite suite() {
|
public static TestSuite suite() {
|
||||||
return suite(IndexCPPBindingResolutionBugsSingleProjectFirstAST.class);
|
return suite(IndexCPPBindingResolutionBugsSingleProjectFirstAST.class);
|
||||||
}
|
}
|
||||||
|
@ -25,4 +26,6 @@ public class IndexCPPBindingResolutionBugsSingleProjectFirstAST extends IndexCPP
|
||||||
@Override public void test_176708_CCE() {}
|
@Override public void test_176708_CCE() {}
|
||||||
@Override public void testIsSameAnonymousType_193962() {}
|
@Override public void testIsSameAnonymousType_193962() {}
|
||||||
@Override public void testIsSameNestedAnonymousType_193962() {}
|
@Override public void testIsSameNestedAnonymousType_193962() {}
|
||||||
|
// For some unknown reason this test is flaky for this strategy.
|
||||||
|
@Override public void testTemplateArgumentResolution_450888() {}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue