HBASE-25385 TestCurrentHourProvider fails if the latest timezone changes are not present (#3012)

Disable this problematic test for now. May be removed after additional
discussion.

Signed-off-by: Andrew Purtell <apurtell@apache.org>
This commit is contained in:
Andrew Purtell 2021-03-03 18:12:15 -08:00 committed by GitHub
parent e80b901e47
commit f93c9c6f15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -26,10 +26,12 @@ import org.apache.hadoop.hbase.testclassification.RegionServerTests;
import org.apache.hadoop.hbase.testclassification.SmallTests;
import org.apache.hadoop.hbase.util.EnvironmentEdgeManager;
import org.junit.ClassRule;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.experimental.categories.Category;
@Category({RegionServerTests.class, SmallTests.class})
@Ignore("See HBASE-25385")
public class TestCurrentHourProvider {
@ClassRule
public static final HBaseClassTestRule CLASS_RULE =