HBASE-23979 Disable TestSlowLogRecorder until parent addressed

This commit is contained in:
stack 2020-03-12 17:22:55 -07:00
parent c088d2edc9
commit 02b6bbe7ce
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,7 @@ import org.apache.hadoop.hbase.testclassification.MasterTests;
import org.apache.hadoop.hbase.testclassification.MediumTests;
import org.junit.Assert;
import org.junit.ClassRule;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.experimental.categories.Category;
import org.slf4j.Logger;
@ -61,6 +62,7 @@ import org.apache.hadoop.hbase.shaded.protobuf.generated.TooSlowLog.SlowLogPaylo
* Tests for Online SlowLog Provider Service
*/
@Category({MasterTests.class, MediumTests.class})
@Ignore // Disabled until HBASE-23977 is addressed.
public class TestSlowLogRecorder {
@ClassRule