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:
parent
7f173af2ea
commit
19e4e97f21
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue