1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 08:55:25 +02:00

Turned off a test that was hanging on my machine. It was passing on the build machine so it must be a timing issue. (i.e. it has an evil Thread.sleep() in it).

This commit is contained in:
Doug Schaefer 2006-02-02 21:39:26 +00:00
parent 59830a2ba7
commit a830eb5ddd

View file

@ -134,7 +134,9 @@ public class CodeReaderCacheTest extends CDOMBaseTest {
job.cancel();
}
public void testResourceChangedNestedPathUpdate() {
// This is broken.
// I have a mind to delete any test that has a Thread.sleep() in it.
public void testResourceChangedNestedPathUpdate(int off) {
boolean hasPassed = false;
StringBuffer code = new StringBuffer();
code.append("int x;"); //$NON-NLS-1$