HBASE-18905 (addendum) Ignore broken test TestFlushLifeCycleTracker.

Change-Id: I2f139bb76bc5ec1af53d0bd485e5d038e16b3235
This commit is contained in:
Apekshit Sharma 2017-10-26 16:24:23 -07:00
parent 60aa1c228a
commit 660ead0118
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,7 @@ import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.experimental.categories.Category;
@ -52,6 +53,7 @@ import org.junit.experimental.categories.Category;
* Confirm that the function of FlushLifeCycleTracker is OK as we do not use it in our own code.
*/
@Category({ CoprocessorTests.class, MediumTests.class })
@Ignore
public class TestFlushLifeCycleTracker {
private static final HBaseTestingUtility UTIL = new HBaseTestingUtility();