HDDS-1323. Ignore unit test TestFailureHandlingByClient. Contributed by Supratim Deka.
This commit is contained in:
parent
ae2eb2dd42
commit
1d389ecb24
|
@ -38,6 +38,7 @@ import org.apache.hadoop.ozone.om.helpers.OmKeyArgs;
|
||||||
import org.apache.hadoop.ozone.om.helpers.OmKeyInfo;
|
import org.apache.hadoop.ozone.om.helpers.OmKeyInfo;
|
||||||
import org.apache.hadoop.ozone.om.helpers.OmKeyLocationInfo;
|
import org.apache.hadoop.ozone.om.helpers.OmKeyLocationInfo;
|
||||||
import org.junit.Assert;
|
import org.junit.Assert;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
|
@ -51,7 +52,9 @@ import static org.apache.hadoop.hdds.scm.ScmConfigKeys.OZONE_SCM_STALENODE_INTER
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Tests Close Container Exception handling by Ozone Client.
|
* Tests Close Container Exception handling by Ozone Client.
|
||||||
|
* XXX Disabled [HDDS-1323]
|
||||||
*/
|
*/
|
||||||
|
@Ignore
|
||||||
public class TestFailureHandlingByClient {
|
public class TestFailureHandlingByClient {
|
||||||
|
|
||||||
private MiniOzoneCluster cluster;
|
private MiniOzoneCluster cluster;
|
||||||
|
|
Loading…
Reference in New Issue