avijayanhwx commented on a change in pull request #2265:
URL: https://github.com/apache/ozone/pull/2265#discussion_r638140834



##########
File path: 
hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/om/upgrade/TestOMVersionManager.java
##########
@@ -101,6 +103,7 @@ public void 
testOMLayoutFeaturesHaveIncreasingLayoutVersion()
     verify(omMock, times(UpgradeActionType.values().length)).getVersion();
   }
 
+  @Ignore

Review comment:
       Added comment.

##########
File path: 
hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/om/upgrade/TestOmVersionManagerRequestFactory.java
##########
@@ -33,12 +33,14 @@
 import 
org.apache.hadoop.ozone.protocol.proto.OzoneManagerProtocolProtos.OMRequest;
 import org.junit.Assert;
 import org.junit.BeforeClass;
+import org.junit.Ignore;
 import org.junit.Test;
 import org.reflections.Reflections;
 
 /**
  * Test OmVersionFactory.
  */
+@Ignore

Review comment:
       Added comment.

##########
File path: 
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOzoneManagerPrepare.java
##########
@@ -77,6 +78,7 @@ public void setup() throws Exception {
    * Calls prepare on all OMs when they have no transaction information.
    * Checks that they are brought into prepare mode successfully.
    */
+  @Ignore("Absorbed into testPrepareWithTransactions test to save on CI time!")

Review comment:
       Done.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to