HBASE-14634 Disable flakey TestSnapshotCloneIndependence.testOnlineSnapshotDeleteIndependent
This commit is contained in:
parent
6774f223a4
commit
d9ee191318
|
@ -44,6 +44,7 @@ import org.junit.Before;
|
||||||
import org.junit.BeforeClass;
|
import org.junit.BeforeClass;
|
||||||
import org.junit.Ignore;
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.experimental.categories.Category;
|
import org.junit.experimental.categories.Category;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -127,7 +128,7 @@ public class TestSnapshotCloneIndependence {
|
||||||
* Verify that adding data to the cloned table will not affect the original, and vice-versa when
|
* Verify that adding data to the cloned table will not affect the original, and vice-versa when
|
||||||
* it is taken as an online snapshot.
|
* it is taken as an online snapshot.
|
||||||
*/
|
*/
|
||||||
@Test (timeout=300000)
|
@Ignore ("Flakey. Fix") @Test (timeout=300000)
|
||||||
public void testOnlineSnapshotAppendIndependent() throws Exception {
|
public void testOnlineSnapshotAppendIndependent() throws Exception {
|
||||||
runTestSnapshotAppendIndependent(true);
|
runTestSnapshotAppendIndependent(true);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue