1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

Bug 340123 - Disable intermittently failing test

This commit is contained in:
Anton Leherbauer 2012-11-08 13:34:51 +01:00
parent c3bcb7fba7
commit fc304dbbe3

View file

@ -1,5 +1,5 @@
/**********************************************************************
* Copyright (c) 2004, 2009 QNX Software Systems Ltd and others.
* Copyright (c) 2004, 2012 QNX Software Systems Ltd and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@ -47,12 +47,6 @@ import org.eclipse.core.runtime.CoreException;
import org.eclipse.core.runtime.IProgressMonitor;
import org.eclipse.core.runtime.NullProgressMonitor;
/**
* @author David
*
* To change the template for this generated type comment go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
public class CDescriptorTests extends BaseTestCase {
static String projectId = CTestPlugin.PLUGIN_ID + ".TestProject";
@ -176,8 +170,9 @@ public class CDescriptorTests extends BaseTestCase {
Assert.assertEquals("C/C++ Test Project", owner.getName());
}
// https://bugs.eclipse.org/bugs/show_bug.cgi?id=185930
public void testConcurrentDescriptorCreation() throws Exception {
// Disabled this test because it fails every now and then and it tests deprecated API
// https://bugs.eclipse.org/bugs/show_bug.cgi?id=340123
public void _testConcurrentDescriptorCreation() throws Exception {
for (int i = 0; i < 100 ; i++) {
fProject.close(null);
fProject.open(null);