HBASE-14634 Disable flakey TestSnapshotCloneIndependence.testOnlineSnapshotDeleteIndependent; ADDENDUM

This commit is contained in:
stack 2015-10-20 12:18:54 -07:00
parent 6046596403
commit a532ed73d8
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ public class TestSnapshotCloneIndependence {
runTestSnapshotDeleteIndependent(false);
}
@Test (timeout=300000)
@Ignore ("Flakey test") @Test (timeout=300000)
public void testOnlineSnapshotDeleteIndependent() throws Exception {
runTestSnapshotDeleteIndependent(true);
}