HBASE-14421 Follow-on from HBASE-14421, just disable TestFastFail* until someone digs in and fixes it; ADDENDUM -- missing import

This commit is contained in:
stack 2015-09-24 14:08:45 -07:00
parent 01ae4efb5a
commit 565aaf1abe
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import org.junit.Ignore;
import org.junit.experimental.categories.Category;
@Category({MediumTests.class})