This is an automated email from the ASF dual-hosted git repository.
elek 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 b904175 kill the messenger
b904175 is described below
commit b90417548bc11bf811354679ffc9f20d6b61a825
Author: Márton Elek <[email protected]>
AuthorDate: Sun Dec 1 08:04:54 2019 +0100
kill the messenger
---
.../src/test/java/org/apache/hadoop/ozone/om/TestOMRatisSnapshots.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOMRatisSnapshots.java
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOMRatisSnapshots.java
index 901dbe9..2a06bba 100644
---
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOMRatisSnapshots.java
+++
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOMRatisSnapshots.java
@@ -30,6 +30,7 @@ import org.apache.hadoop.hdds.utils.db.DBCheckpoint;
import org.junit.After;
import org.junit.Assert;
import org.junit.Before;
+import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.ExpectedException;
@@ -45,6 +46,7 @@ import static
org.apache.hadoop.ozone.om.TestOzoneManagerHA.createKey;
/**
* Tests the Ratis snaphsots feature in OM.
*/
+@Ignore
public class TestOMRatisSnapshots {
private MiniOzoneHAClusterImpl cluster = null;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]