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 d1405322f0
commit 9557bc7dfa
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,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, ClientTests.class})