HBASE-19554 reenable TestDLSAsyncFSWAL/TestDLSFSHLog for debugging
This commit is contained in:
parent
e1cd10b002
commit
88d6e06a1f
|
@ -21,10 +21,8 @@ import org.apache.hadoop.hbase.HBaseClassTestRule;
|
|||
import org.apache.hadoop.hbase.testclassification.LargeTests;
|
||||
import org.apache.hadoop.hbase.testclassification.MasterTests;
|
||||
import org.junit.ClassRule;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.experimental.categories.Category;
|
||||
|
||||
@Ignore // Temporarily disabled. Fails 40% of the time.
|
||||
@Category({ MasterTests.class, LargeTests.class })
|
||||
public class TestDLSAsyncFSWAL extends AbstractTestDLS {
|
||||
|
||||
|
|
|
@ -21,10 +21,8 @@ import org.apache.hadoop.hbase.HBaseClassTestRule;
|
|||
import org.apache.hadoop.hbase.testclassification.LargeTests;
|
||||
import org.apache.hadoop.hbase.testclassification.MasterTests;
|
||||
import org.junit.ClassRule;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.experimental.categories.Category;
|
||||
|
||||
@Ignore // Fails 33% of the time. Disabling for now.
|
||||
@Category({ MasterTests.class, LargeTests.class })
|
||||
public class TestDLSFSHLog extends AbstractTestDLS {
|
||||
|
||||
|
|
Loading…
Reference in New Issue