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:
parent
59830a2ba7
commit
a830eb5ddd
1 changed files with 3 additions and 1 deletions
|
@ -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$
|
||||
|
|
Loading…
Add table
Reference in a new issue