Add tag to ignore node class.

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@571 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
hanna 2009-04-30 20:27:34 +00:00
parent 7f173af2ea
commit 19e4e97f21
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ import org.junit.Assert;
import org.junit.Test;
import org.junit.Before;
import org.junit.After;
import org.junit.Ignore;
import java.util.concurrent.Callable;
import java.util.concurrent.Future;
@ -212,6 +213,7 @@ public class ReduceTreeTest implements ReduceTree.TreeReduceNotifier {
return getReduceTestEntry( reduce );
}
@Ignore
private class ReduceTestEntry implements Callable {
private Object data;