HBASE-2955 hbase-2692 broke replication -- disabling replication tests till this issue is addressed

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@992423 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2010-09-03 19:07:27 +00:00
parent 67f2923810
commit f5521ee5a7
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ import org.apache.hadoop.hbase.regionserver.wal.HLogKey;
import org.apache.hadoop.hbase.regionserver.wal.WALEdit;
import org.apache.hadoop.hbase.util.Bytes;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import static org.junit.Assert.assertNotNull;