Skip to content

Commit

Permalink
HBASE-14421 TestFastFail* are flakey; ADDENDUM 2 DISABLE testIntercep…
Browse files Browse the repository at this point in the history
…torIntercept50Times
  • Loading branch information
saintstack committed Sep 13, 2015
1 parent e4e906f commit ceff3e2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
import org.apache.hadoop.hbase.testclassification.SmallTests;
import org.apache.hadoop.hbase.util.Threads;
import org.apache.hadoop.ipc.RemoteException;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.experimental.categories.Category;

Expand Down Expand Up @@ -137,7 +138,7 @@ protected HRegionLocation getLocation() {
assertEquals(context.getServer(), server);
}

@Test
@Ignore @Test
public void testInterceptorIntercept50Times() throws IOException,
InterruptedException {
for (int i = 0; i < 50; i++) {
Expand Down

0 comments on commit ceff3e2

Please sign in to comment.