HBASE-3060 Disabling test until it gets fixed (part 2)

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1003318 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jonathan Gray 2010-09-30 22:09:29 +00:00
parent 2d8fb6f26c
commit 78f75e6c7f
1 changed files with 2 additions and 2 deletions

View File

@ -54,10 +54,10 @@ import java.util.concurrent.atomic.AtomicBoolean;
import static org.junit.Assert.assertEquals;
public class TestReplicationSourceManager {
public class DISABLEDTestReplicationSourceManager {
private static final Log LOG =
LogFactory.getLog(TestReplicationSourceManager.class);
LogFactory.getLog(DISABLEDTestReplicationSourceManager.class);
private static Configuration conf;