HBASE-14634 Disable flakey TestSnapshotCloneIndependence.testOnlineSnapshotDeleteIndependent; ADDENDUM
This commit is contained in:
parent
6046596403
commit
a532ed73d8
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue