desaikomal commented on code in PR #2134:
URL: https://github.com/apache/helix/pull/2134#discussion_r889055556


##########
helix-core/src/test/java/org/apache/helix/integration/TestBatchEnableInstances.java:
##########
@@ -49,7 +43,7 @@ public void beforeClass() throws Exception {
     _accessor = new ConfigAccessor(_gZkClient);
   }
 
-  @Test
+  @Test(enabled = false)

Review Comment:
   May be it is just me, but i feel we should keep the test and make sure we 
get 'NotImplemented' exception. This way we know for sure that if anyone 
attempts to use batch APIs,  will get NotImplemented.



-- 
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.

To unsubscribe, e-mail: [email protected]

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