This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch integration-test-cleanup
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git
The following commit(s) were added to refs/heads/integration-test-cleanup by
this push:
new 61ab1c4 ignore TestGetCommittedBlockLengthAndPutKey
61ab1c4 is described below
commit 61ab1c45aa0dbc7d87dd4616616b9d5b9166869b
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Sat Dec 21 18:14:37 2019 +0100
ignore TestGetCommittedBlockLengthAndPutKey
---
.../apache/hadoop/ozone/scm/TestGetCommittedBlockLengthAndPutKey.java | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/scm/TestGetCommittedBlockLengthAndPutKey.java
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/scm/TestGetCommittedBlockLengthAndPutKey.java
index 2f8c755..cdd3f8a 100644
---
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/scm/TestGetCommittedBlockLengthAndPutKey.java
+++
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/scm/TestGetCommittedBlockLengthAndPutKey.java
@@ -46,11 +46,13 @@ import
org.apache.hadoop.ozone.container.common.SCMTestUtils;
import org.junit.AfterClass;
import org.junit.Assert;
import org.junit.BeforeClass;
+import org.junit.Ignore;
import org.junit.Test;
/**
* Test Container calls.
*/
+@Ignore
public class TestGetCommittedBlockLengthAndPutKey {
private static MiniOzoneCluster cluster;
@@ -177,4 +179,4 @@ public class TestGetCommittedBlockLengthAndPutKey {
Assert.assertEquals(responseBlockID, blockID);
xceiverClientManager.releaseClient(client, false);
}
-}
\ No newline at end of file
+}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]